Skip to content

fix: pin GitHub Actions to SHA for supply chain security#452

Merged
apham0001 merged 1 commit intomainfrom
fix/pin-github-actions-sha
Mar 25, 2026
Merged

fix: pin GitHub Actions to SHA for supply chain security#452
apham0001 merged 1 commit intomainfrom
fix/pin-github-actions-sha

Conversation

@apham0001
Copy link
Contributor

@apham0001 apham0001 commented Mar 24, 2026

Summary

  • Pin all GitHub Actions uses: references to commit SHAs for supply chain security
  • Original version tags preserved as inline comments for maintainability
  • Mitigates supply chain attacks where a compromised tag could inject malicious code (ref: Trivy incident March 2026)

Changes

  • All uses: owner/action@taguses: owner/action@SHA # tag
  • No version changes, only pinning format

Test plan

  • Verify CI workflows run successfully
  • Confirm no action versions changed, only pinning format

@apham0001 apham0001 merged commit e33fe91 into main Mar 25, 2026
3 checks passed
@apham0001 apham0001 deleted the fix/pin-github-actions-sha branch March 25, 2026 09:23
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