chore: Pin third-party GitHub Actions to commit SHAs#6567
Open
erezrokah wants to merge 1 commit into
Open
Conversation
Pin all third-party (non-actions/*, non-Cloudflare-owned) action references to full 40-character commit SHAs to prevent supply chain attacks via compromised tags.
There was a problem hiding this comment.
Pull request overview
Pins third-party GitHub Actions used in CI/release workflows to full commit SHAs to reduce supply-chain risk from compromised/moved tags.
Changes:
- Replace third-party
uses: <owner>/<repo>@<tag>references with 40-character commit SHAs across workflows. - Add inline comments preserving the original action version (e.g.,
# v4.3.0) for traceability.
Reviewed changes
Copilot reviewed 7 out of 7 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| .github/workflows/test.yml | Pin pnpm/action-setup to a full commit SHA in the workers-sdk test job. |
| .github/workflows/release.yml | Pin third-party actions used for tag checks, releases, and pnpm setup to full commit SHAs. |
| .github/workflows/fixup.yml | Pin 13rac1/block-fixup-merge-action to a full commit SHA. |
| .github/workflows/deps-updater.yml | Pin peter-evans/create-pull-request to a full commit SHA. |
| .github/workflows/codspeed.yml | Pin CodSpeedHQ/action to a full commit SHA. |
| .github/workflows/cla.yml | Pin contributor-assistant/github-action to a full commit SHA. |
| .github/workflows/_bazel.yml | Pin codecov/codecov-action to a full commit SHA. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
NuroDev
approved these changes
Apr 15, 2026
Merging this PR will improve performance by 14.24%
Performance Changes
Comparing Footnotes
|
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
Pin all third-party (non-
actions/*, non-Cloudflare-owned) GitHub Actions to full 40-character commit SHAs to mitigate supply chain attacks via compromised tags.Changes
codecov/codecov-action_bazel.ymlcontributor-assistant/github-actioncla.ymlCodSpeedHQ/actioncodspeed.ymlpeter-evans/create-pull-requestdeps-updater.yml13rac1/block-fixup-merge-actionfixup.ymlmukunku/tag-exists-actionrelease.ymlncipollo/release-actionrelease.ymlpnpm/action-setuprelease.yml,test.ymlTest plan