chore(security): SHA-pin third-party actions in claude-blocking-review.yml#63
Merged
smartwatermelon merged 1 commit intoApr 29, 2026
Merged
Conversation
Brings claude-blocking-review.yml in line with claude-assistant.yml, which has been SHA-pinning these same two actions. Tag-pinning was flagged in the 2026-04-29 GitHub Actions audit (against patterns in nesbitt.io/2026/04/28/github-actions-is-the-weakest-link). Pinned to the same SHAs already used in claude-assistant.yml: - actions/checkout@v4 → 34e114876b0b11c390a56381ad16ebd13914f8d5 - anthropics/claude-code-action@v1 → 26ec041249acb0a944c0a47b6c0c13f05dbc5b44 This is a reusable workflow consumed via @V3 by all 26 sister repos. The pin doesn't shift the semver contract for callers — only what the runner resolves the third-party `uses:` lines to inside the v3 release. Tag comments preserved so Dependabot keeps the SHAs current. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Brings
claude-blocking-review.ymlin line withclaude-assistant.yml, which has been SHA-pinning these same two actions all along. Tag-pinning was flagged in the 2026-04-29 GitHub Actions audit (against the patterns in GitHub Actions Is The Weakest Link, pattern #2 — mutable action references).Changes
Pinned to the same SHAs already used in
claude-assistant.yml:actions/checkout@v4→34e114876b0b11c390a56381ad16ebd13914f8d5anthropics/claude-code-action@v1→26ec041249acb0a944c0a47b6c0c13f05dbc5b44This is a reusable workflow consumed via
@v3by all 26 sister repos. The pin doesn't shift the semver contract for callers — only what the runner resolves the third-partyuses:lines to inside the v3 release. No@v3.xbump needed.Tag comments preserved so Dependabot keeps the SHAs current.
Test plan
self-review.yml(the dogfooding caller) passes — the proposed reusable runs against this very PR@v3🤖 Generated with Claude Code