Uh oh!
There was an error while loading. Please reload this page.
[6.x] Pin GitHub Actions to commit SHAs - #14662
Merged
Merged
Conversation
Uh oh!
There was an error while loading. Please reload this page.
duncanmcclean added a commit
that referenced
this pull request
May 14, 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 freeto 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.
This pull request pins every
uses:reference in this repo's GitHub Actions workflows to a commit SHA, preserving the original tag as an inline comment so Dependant can keep bumping it.Rewrites:
actions/checkout@v4→actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5actions/setup-node@v4→actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020actions/github-script@v7→actions/github-script@f28e40c7f34bde8b3046d885e986cb6290c5673bactions/create-release@v1→actions/create-release@0cb9c9b65d5d1901c1f53e5e66eaf4afd303e70eactions/upload-release-asset@v1.0.1→actions/upload-release-asset@64e5e85fc528f162d7ba7ce2d15a3bb67efb3d80actions/stale@v9→actions/stale@5bef64f19d7facfb25b37b414482c7164d639639tj-actions/changed-files@v46→tj-actions/changed-files@ed68ef82c095e0d48ec87eccea555d944a631a4cshivammathur/setup-php@v2→shivammathur/setup-php@accd6127cb78bee3e8082180cb391013d204ef9fnick-invision/retry@v3→nick-invision/retry@ce71cc2ab81d554ebbe88c79ab5975992d79ba08technote-space/workflow-conclusion-action@v3→technote-space/workflow-conclusion-action@45ce8e0eb155657ab8ccf346ade734257fd196a58398a7/action-slack@v3→8398a7/action-slack@77eaa4f1c608a7d68b38af4e3f739dcd8cba273estatamic/changelog-action@v1→statamic/changelog-action@5d112d0d790cdeeb5adca3e584e37edc474ab51baglipanci/laravel-pint-action@v2→aglipanci/laravel-pint-action@8eedec46a1856977c41667f9c66d5562fa3f9c08This mitigates supply-chain risk from compromised action tag/branch refs and makes future Dependabot PRs update the SHA in place (rather than only bumping tags).