fix(ci): pin claude-code-action and socketdev/action to commit SHAs - #9522
Merged
Conversation
Contributor
bitgo-ai-agent-dev
Bot
force-pushed
the
inf-2712-pin-third-party-actions
branch
from
August 18, 2026 20:07
0c6b7e1 to
4816279
Compare
ralph-bitgo
Bot
force-pushed
the
inf-2712-pin-third-party-actions
branch
from
August 18, 2026 20:07
4816279 to
d66cf51
Compare
Replace the floating `v1` tag refs for `anthropics/claude-code-action` (.github/workflows/iyarc-prune.yml) and `socketdev/action` (.github/workflows/ci.yml, 4 occurrences) with their full 40-character commit SHAs, each with a trailing version comment for readability. Floating tags for third-party GitHub Actions let an upstream maintainer silently change the code that runs in our CI without any review on our side, which is a supply-chain risk. This is the BitGoJS-scoped migration tracked by the org-wide effort to eliminate grandfathered third-party action exceptions in build-system's zizmor policy. Ticket: INF-2712 Session-Id: 0143b86e-4506-4d4f-aa4c-7e9122639c6f Task-Id: fb044426-be5d-481c-9782-f7bab6479ea0
ralph-bitgo
Bot
force-pushed
the
inf-2712-pin-third-party-actions
branch
from
August 19, 2026 15:27
d66cf51 to
483215d
Compare
bitgo-ai-agent-dev
Bot
force-pushed
the
inf-2712-pin-third-party-actions
branch
from
August 19, 2026 15:27
483215d to
7be5cf7
Compare
louib
approved these changes
Aug 19, 2026
danielpeng1
approved these changes
Aug 19, 2026
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.
What
anthropics/claude-code-actionin.github/workflows/iyarc-prune.ymlfrom the floating
@v1tag to its current commit SHA(
459ad358ae43fea66bfefd0a1f8d840b4b9791fb # v1.0.194).socketdev/actionin.github/workflows/ci.yml(4 job steps) fromthe floating
@v1tag to its current commit SHA(
937f824ec476dfd164d4a4d9995751427b0be143 # v1.3.0).Both SHAs were verified against the GitHub API to be exactly what the
@v1tag currently resolves to for each action, so this is a no-opbehavior change — only the ref is now immutable.
Why
Floating tag refs (
@v1) for third-party GitHub Actions let theupstream maintainer silently swap the code that runs in our CI without
any review on our side — a supply-chain risk. This is the
BitGoJS-scoped slice of INF-2710, which tracks migrating all
grandfathered third-party action usages across the org to commit-SHA
pinning.
Test plan
exercised automatically by
ci.ymlrunning on the PR itself).Ticket: INF-2712