fix: pin all GitHub Actions to immutable commit SHAs#211
Merged
felipefreitag merged 1 commit intomainfrom Apr 9, 2026
Merged
Conversation
felipefreitag
approved these changes
Apr 9, 2026
Pin every third-party and GitHub-hosted action reference across all workflow files to full-length commit SHAs instead of mutable version tags. This prevents supply-chain attacks where an upstream tag could be retargeted to inject malicious code into the CI/release pipeline. Actions pinned: - actions/checkout@v6 -> de0fac2e4500dabe0009e67214ff5f5447ce83dd - actions/setup-node@v6 -> 53b83947a5a98c8d113130e565377fae1a50d02f - pnpm/action-setup@v5 -> a8198c4bff370c8506180b035930dea56dbd5288 - docker/setup-qemu-action@v4 -> ce360397dd3f832beb865e1373c09c0e9f86d70a - actions/upload-artifact@v7 -> bbbca2ddaa5d8feaa63e36b76fdaad77386f024f - actions/download-artifact@v8 -> 3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c - softprops/action-gh-release@v2 -> 153bb8e04406b158c6c84fc1615b65b24149a1fe Resolves BU-661 Co-authored-by: Bu Kinoshita <bukinoshita@users.noreply.github.com>
96f4c2d to
da0cbab
Compare
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.
Summary by cubic
Pinned all GitHub Actions in our workflows to immutable commit SHAs to prevent supply-chain attacks via retargeted tags and secure the CI/release pipeline. Addresses BU-661.
actions/checkout,actions/setup-node,pnpm/action-setup,docker/setup-qemu-action,actions/upload-artifact,actions/download-artifact,softprops/action-gh-releaseacross 12 workflows.Written for commit 96f4c2d. Summary will update on new commits.