Skip to content

ci: SHA-pin GitHub Actions in sbt-plugins workflow#18

Open
riccardosarro wants to merge 1 commit into
mainfrom
fix/github-action-sha-pinning
Open

ci: SHA-pin GitHub Actions in sbt-plugins workflow#18
riccardosarro wants to merge 1 commit into
mainfrom
fix/github-action-sha-pinning

Conversation

@riccardosarro

Copy link
Copy Markdown

What

SHA-pins all GitHub Actions in this repo's workflows to exact commit SHAs, as part of the meetup org's SHA-pinning enforcement (supply-chain hardening).

Changes

.github/workflows/sbt-plugins.yml:

Action Before After
actions/checkout @v2 @ee0669bd1cc54295c223e0bb666b733df41de1c5 # v2
actions/setup-java @v2 @91d3aa4956ec4a53e477c4907347b5e3481be8c9 # v2

Pure pin: the v2 tags in use were resolved to their exact commit SHAs (both lightweight tags → commits). No version upgrade. Trailing # v2 comment preserves readability.

🤖 Generated with Claude Code

Pin actions/checkout@v2 and actions/setup-java@v2 to their exact commit
SHAs for supply-chain security. No version change.

Co-Authored-By: Claude <noreply@anthropic.com>
@riccardosarro riccardosarro requested a review from Sebadst July 15, 2026 16:19
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