chore: pin third-party GitHub Actions to SHAs + enable Dependabot#2
Open
mahangu wants to merge 4 commits into
Open
chore: pin third-party GitHub Actions to SHAs + enable Dependabot#2mahangu wants to merge 4 commits into
mahangu wants to merge 4 commits into
Conversation
Hardens against supply-chain risk on mutable tags. Dependabot keeps the pinned SHAs fresh weekly, with major bumps held under cooldown. Tracking: DEVPROD-1072
The original campaign run used pinact 4.0.0 which silently failed to pin third-party refs in this PR (transient API issue, zero exit code, no diff). This commit adds the missed pins using our own gh-api-backed resolver (see gha-security-audit/pin_resolver.py + test_pin_resolver.py). Tracking: DEVPROD-1072
Original PRs labeled SHA pins with the input ref (e.g. # v2) which is misleading — reviewers can't tell which v2.x.x they're running. This updates each label to the most-specific tag pointing to the pinned SHA (e.g. # v2 -> # v2.6.2). SHAs are unchanged. Tracking: DEVPROD-1072
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.
Two-in-one hardening:
github-actionsconfig (weekly, grouped intoactions-minor-patchandactions-major, with cooldown).Tracking: DEVPROD-1072.