Skip to content

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

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

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

Conversation

@apham0001
Copy link
Copy Markdown

Summary

  • Pin all GitHub Action references to their commit SHA
  • Prevents supply chain attacks via tag hijacking
  • Same versions, just pinned by SHA instead of mutable tag

Actions pinned

  • actions/checkout@v6 -> actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
  • anothrNick/github-tag-action@v1 -> anothrNick/github-tag-action@4ed44965e0db8dab2b466a16da04aec3cc312fd8 # v1
  • actions/github-script@v8 -> actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8

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