Skip to content

UID2-6913: Pin third-party GitHub Action refs to commit SHAs#1008

Merged
jon8787 merged 1 commit intomainfrom
jon-UID2-6913-pin-third-party-actions
Apr 15, 2026
Merged

UID2-6913: Pin third-party GitHub Action refs to commit SHAs#1008
jon8787 merged 1 commit intomainfrom
jon-UID2-6913-pin-third-party-actions

Conversation

@jon8787
Copy link
Copy Markdown
Contributor

@jon8787 jon8787 commented Apr 14, 2026

Summary

Pin third-party (non-GitHub-owned) action references to full-length commit SHAs to mitigate supply-chain attacks from mutable tags.

Only external actions are pinned in this PR (e.g. docker/*, aws-actions/*, softprops/*, etc.). GitHub-owned actions (actions/*) are not included in this change.

Verification

Each SHA can be verified with:

git ls-remote https://github.com/<owner>/<repo> <tag>

Test plan

  • Verify CI passes with pinned refs

🤖 Generated with Claude Code

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@jon8787 jon8787 merged commit ccfa928 into main Apr 15, 2026
2 checks passed
Sign up for free to 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