Pin GitHub Actions to full commit SHAs - #19
Merged
Conversation
Pin actions/checkout@v2 and olafurpg/setup-scala@v10 to their exact commit SHAs for supply-chain hardening. Tags are kept as comments; no version changes. Co-Authored-By: Claude <noreply@anthropic.com>
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.
What
Pin all GitHub Actions in
.github/workflows/main.ymlto full 40-character commit SHAs, part of the meetup org SHA-pinning enforcement.actions/checkout@v2@ee0669bd1cc54295c223e0bb666b733df41de1c5 # v2olafurpg/setup-scala@v10@a2db88fb5c57396fbc1ff29a4bb0420072a3d6d8 # v10Why
SHA-pinning prevents a compromised or moved tag from silently changing the action code that runs in CI (supply-chain hardening).
Notes
olafurpg/setup-scala@v10is an annotated tag; SHA is the dereferenced commit.🤖 Generated with Claude Code