Uh oh!
There was an error while loading. Please reload this page.
sec(ci): pin third-party action refs to commit SHAs (backend#1490, D10) - #595
Merged
Conversation
Pin every third-party (non-tracebloc, non-actions) action ref to the full 40-char commit SHA it currently resolves to, with a trailing exact-version comment (D10, RFC-BACKEND-1405). Behaviour-preserving: no version changes, only removal of silent tag mutation. Part of tracebloc/backend#1490. Co-Authored-By: Claude Fable 5 <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 freeto 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.
Mechanical half of the D10 supply-chain sweep (RFC-BACKEND-1405): every third-party action ref in
.github/workflowsis pinned to the full 40-character commit SHA it already resolves to today, with a trailing exact-version comment. Behaviour-preserving — the same code runs; only silent tag mutation is removed. No upgrades.azure/setup-helm@v41a275c3b69536ee54be43f2070a358922e12c8d4# v4.3.1git/ref/tags, annotated tags dereferenced throughgit/tagsto the commit), cross-checked against the exact release tag named in the comment.actionlint: no new findings vs base.tracebloc/*refs (stay@mainper D10) andactions/*refs (split to backend#1491) deliberately untouched.Part of tracebloc/backend#1490.
🤖 Generated with Claude Code
Note
Low Risk
Workflow-only pinning with no Helm version or chart logic changes; reduces supply-chain risk without altering runtime behavior.
Overview
Pins
azure/setup-helmfrom the mutable@v4tag to commit1a275c3b69536ee54be43f2070a358922e12c8d4(# v4.3.1) at every Helm setup step in drift-checks, helm-ci, and release-helm-chart workflows.This is a behavior-preserving supply-chain change: Helm is still installed at
v3.15.4viawith.version; only the action ref is immutable so a retaggedv4cannot silently change what CI runs.actions/*and other third-party refs are intentionally left for separate work.Reviewed by Cursor Bugbot for commit ac49622. Bugbot is set up for automated code reviews on this repo. Configure here.