Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
# pushed in the 2026 supply-chain attack, and tj-actions spread the same
# way. Dependabot's github-actions ecosystem bumps the SHA and keeps the
# version comment current.
- uses: actions/checkout@fbc6f3992d24b796d5a048ff273f7fcc4a7b6c09 # v5
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
with:
# No job in this workflow pushes, so the token has no business
# outliving the checkout step. Without this, checkout writes the
Expand Down Expand Up @@ -76,7 +76,7 @@ jobs:
# pushed in the 2026 supply-chain attack, and tj-actions spread the same
# way. Dependabot's github-actions ecosystem bumps the SHA and keeps the
# version comment current.
- uses: actions/checkout@fbc6f3992d24b796d5a048ff273f7fcc4a7b6c09 # v5
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
with:
# No job in this workflow pushes, so the token has no business
# outliving the checkout step. Without this, checkout writes the
Expand Down Expand Up @@ -182,7 +182,7 @@ jobs:
# pushed in the 2026 supply-chain attack, and tj-actions spread the same
# way. Dependabot's github-actions ecosystem bumps the SHA and keeps the
# version comment current.
- uses: actions/checkout@fbc6f3992d24b796d5a048ff273f7fcc4a7b6c09 # v5
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
with:
# No job in this workflow pushes, so the token has no business
# outliving the checkout step. Without this, checkout writes the
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
# Pinned to the commit, not the tag -- a moved tag is how the tj-actions
# and trivy-action supply-chain attacks spread. Dependabot's
# github-actions ecosystem bumps the SHA and keeps the comment current.
- uses: actions/checkout@fbc6f3992d24b796d5a048ff273f7fcc4a7b6c09 # v5
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
with:
# No job in this workflow pushes, so the token has no business
# outliving the checkout step. Without this, checkout writes the
Expand Down Expand Up @@ -54,7 +54,7 @@ jobs:
# Pinned to the commit, not the tag -- a moved tag is how the tj-actions
# and trivy-action supply-chain attacks spread. Dependabot's
# github-actions ecosystem bumps the SHA and keeps the comment current.
- uses: actions/checkout@fbc6f3992d24b796d5a048ff273f7fcc4a7b6c09 # v5
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
with:
# No job in this workflow pushes, so the token has no business
# outliving the checkout step. Without this, checkout writes the
Expand Down