Skip to content

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

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

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

Conversation

@3l1k

@3l1k 3l1k commented Mar 23, 2026

Copy link
Copy Markdown
Contributor

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 merged commit 7ae2257 into main Mar 24, 2026
1 check failed
@3l1k 3l1k deleted the fix/sha-pin-all-actions branch March 24, 2026 10:56
eran-infralight pushed a commit that referenced this pull request May 18, 2026
## [1.0.1](v1.0.0...v1.0.1) (2026-05-18)

### Bug Fixes

* SHA-pin all 3rd-party GitHub Actions (supply chain hardening) ([#1](#1)) ([7ae2257](7ae2257))
@eran-infralight

Copy link
Copy Markdown

This PR is included in version 1.0.1 🎉

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.

2 participants