chore(ci): SHA-pin third-party GitHub Actions - #57
Merged
Conversation
Supply-chain hardening (Asana 1216667157595351): pin every third-party GitHub Action on a mutable tag/branch to a current-major commit SHA (no version bumps) — the tj-actions/changed-files (CVE-2025-30066) attack class. First-party actions/* are deferred to a later pass. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
|
Caution The consumer version of Gemini Code Assist on GitHub has been sunset. All code review activity has officially ceased. |
DmytroConvert
approved these changes
Jul 24, 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
Supply-chain hardening (Asana
1216667157595351): SHA-pin every third-party GitHub Action on a mutable tag/branch to a current-major commit SHA (no version bumps).Notably: Pins
danharrin/monorepo-split-github-action(pushes the subtree splits to 12 repos withSPLIT_TOKEN).Why
A mutable tag/branch can be silently repointed at attacker code that runs in our workflows with our secrets — the
tj-actions/changed-files(CVE-2025-30066) attack class. Pinning to an immutable SHA closes it. No behavior change — each ref is pinned to the commit its current major tag already points to. First-partyactions/*are deferred to a later pass.🤖 Generated with Claude Code