Skip to content

fix: SHA-pin all 3rd-party GitHub Actions (supply chain hardening)#19

Merged
3l1k merged 1 commit intomainfrom
fix/sha-pin-all-actions
Mar 24, 2026
Merged

fix: SHA-pin all 3rd-party GitHub Actions (supply chain hardening)#19
3l1k merged 1 commit intomainfrom
fix/sha-pin-all-actions

Conversation

@3l1k
Copy link
Contributor

@3l1k 3l1k commented Mar 23, 2026

Summary

Pin all 3rd-party action references to immutable SHA digests.

Why

Mutable tags can be force-pushed by attackers to point at malicious commits (as happened with aquasecurity/trivy-action on 2026-03-19). SHA-pinned references are immutable and safe from this class of attack.

No functional changes -- all SHAs resolve to the same versions previously referenced by tag.

@3l1k 3l1k requested a review from glengol as a code owner March 23, 2026 12:27
@3l1k 3l1k merged commit 9b460f2 into main Mar 24, 2026
1 check failed
@3l1k 3l1k deleted the fix/sha-pin-all-actions branch March 24, 2026 10:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant