Pin all unpinned actions in composite action files to SHAs#216
Merged
Conversation
PR #214 pinned third-party actions in workflow files but missed composite action definitions under actions/. This pins all remaining unpinned uses: refs in those files — both third-party and GitHub-owned. 17 files, 38 replacements across: - docker/* (setup-buildx, login, metadata, build-push) - google-github-actions/* (auth, setup-gcloud) - azure/login - aws-actions/configure-aws-credentials - EndBug/add-and-commit - dotnet/nbgv - py-actions/py-dependency-install - mikepenz/release-changelog-builder-action - softprops/action-gh-release - thetradedesk/git-restore-mtime-action - actions/github-script, actions/setup-java, actions/checkout, actions/setup-python Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
BehnamMozafari
approved these changes
Apr 17, 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.
Summary
uses:refs in composite action files (actions/*/action.yaml)Why
UID2-6913 PR #214 pinned third-party actions in workflow files (
.github/workflows/) but missed composite action definitions underactions/. These composite actions are called by the workflows, so they carry the same supply chain risk.Tracked in UID2-6937.
What's pinned
Third-party:
docker/setup-buildx-action@v3,docker/login-action@v3,docker/metadata-action@v5,docker/build-push-action@v5google-github-actions/auth@v2,google-github-actions/setup-gcloud@v2azure/login@v2(5 files)aws-actions/configure-aws-credentials@v4EndBug/add-and-commit@v9,dotnet/nbgv@masterpy-actions/py-dependency-install@v4mikepenz/release-changelog-builder-action@v4,softprops/action-gh-release@v2thetradedesk/git-restore-mtime-action@v1.3GitHub-owned (also pinned while here):
actions/github-script@v7,actions/setup-java@v4,actions/checkout@v4,actions/setup-python@v5Not in scope
@v2,@v3) — tracked separately.github/workflows/) — already pinned in PR UID2-6913: Pin third-party GitHub Action refs to commit SHAs #214Test plan
git ls-remoteactions/directory