Skip to content

[6.x] Pin GitHub Actions to commit SHAs - #14662

Merged
jasonvarga merged 2 commits into
6.xfrom
github-action-shas
May 13, 2026
Merged

[6.x] Pin GitHub Actions to commit SHAs#14662
jasonvarga merged 2 commits into
6.xfrom
github-action-shas

Conversation

@duncanmcclean

Copy link
Copy Markdown
Member

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@v4actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5
  • actions/setup-node@v4actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020
  • actions/github-script@v7actions/github-script@f28e40c7f34bde8b3046d885e986cb6290c5673b
  • actions/create-release@v1actions/create-release@0cb9c9b65d5d1901c1f53e5e66eaf4afd303e70e
  • actions/upload-release-asset@v1.0.1actions/upload-release-asset@64e5e85fc528f162d7ba7ce2d15a3bb67efb3d80
  • actions/stale@v9actions/stale@5bef64f19d7facfb25b37b414482c7164d639639
  • tj-actions/changed-files@v46tj-actions/changed-files@ed68ef82c095e0d48ec87eccea555d944a631a4c
  • shivammathur/setup-php@v2shivammathur/setup-php@accd6127cb78bee3e8082180cb391013d204ef9f
  • nick-invision/retry@v3nick-invision/retry@ce71cc2ab81d554ebbe88c79ab5975992d79ba08
  • technote-space/workflow-conclusion-action@v3technote-space/workflow-conclusion-action@45ce8e0eb155657ab8ccf346ade734257fd196a5
  • 8398a7/action-slack@v38398a7/action-slack@77eaa4f1c608a7d68b38af4e3f739dcd8cba273e
  • statamic/changelog-action@v1statamic/changelog-action@5d112d0d790cdeeb5adca3e584e37edc474ab51b
  • aglipanci/laravel-pint-action@v2aglipanci/laravel-pint-action@8eedec46a1856977c41667f9c66d5562fa3f9c08

This 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).

@jasonvarga
jasonvarga merged commit 3bfa775 into 6.xMay 13, 2026
18 checks passed
@jasonvarga
jasonvarga deleted the github-action-shas branch May 13, 2026 13:57
@jasonvargajasonvarga mentioned this pull request Jun 1, 2026
Sign up for freeto 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.

2 participants

@duncanmcclean@jasonvarga