chore: pin actions to commit SHAs - #8
Merged
Merged
Conversation
There was a problem hiding this comment.
Pull request overview
Pins GitHub Actions used by CI and release workflows to immutable commit SHAs to improve supply-chain security and build reproducibility.
Changes:
- Replaces tag-based
uses: ...@v*references with commit-SHA pins across CI and release workflows. - Updates action references to specific SHAs, with inline comments indicating the corresponding action release versions.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 3 comments.
| File | Description |
|---|---|
| .github/workflows/release.yml | Pins checkout/setup-go/release/Docker actions to commit SHAs in the release pipeline. |
| .github/workflows/ci.yml | Pins checkout/setup-go/Docker actions to commit SHAs in the CI pipeline. |
Suppressed comments (1)
.github/workflows/release.yml:115
- This PR is titled as a SHA pinning change, but this step also bumps the action from v2 to v3 (major upgrade). Major versions can include breaking changes; either pin the commit for the existing v2 major line, or update the PR title/notes to explicitly call out the upgrade and validate the workflow still behaves as expected.
- name: Upload checksums
uses: softprops/action-gh-release@3d0d9888cb7fd7b750713d6e236d1fcb99157228 # v3.0.2
with:
files: dist/checksums.txt
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
schnellert
force-pushed
the
chore/pin-actions
branch
from
August 26, 2026 12:59
20a0dfa to
c9b4c47
Compare
schroedan
approved these changes
Aug 26, 2026
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.
Closes #9