Skip to content

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

Merged
riccardosarro merged 1 commit into
mainfrom
fix/github-action-sha-pinning
Jul 17, 2026
Merged

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

Conversation

@riccardosarro

Copy link
Copy Markdown
Contributor

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
@riccardosarro
riccardosarro merged commit 19a9424 into main Jul 17, 2026
2 checks passed
@riccardosarro
riccardosarro deleted the fix/github-action-sha-pinning branch July 17, 2026 08:32
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