DEVOPS-8397: chore(security): pin external GitHub Actions to commit SHAs#153
Merged
Merged
Conversation
Pin external third-party actions to full-length commit SHAs with a trailing version comment to mitigate mutable-tag supply-chain attacks. Internal SecureAuthCorp/* references intentionally left on floating tags. No functional change: each SHA resolves to the commit the existing tag points to. DEVOPS-8397
lgonczarik
approved these changes
Jun 26, 2026
lgonczarik
left a comment
There was a problem hiding this comment.
Approved — pure SHA freeze (DEVOPS-8397): external GitHub Actions pinned to commit SHAs with version comments preserved, no functional changes.
svcdevopsgit1-sa
approved these changes
Jun 26, 2026
svcdevopsgit1-sa
left a comment
There was a problem hiding this comment.
Approve: pin external GitHub Actions to commit SHAs (DEVOPS-8397). Verified each pinned SHA matches its version tag; no functional change.
ikawalec
approved these changes
Jun 26, 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
Pin every external third-party GitHub Action to a full-length commit SHA with a
trailing version comment, mitigating the mutable-tag supply-chain attack class
(e.g. the
tj-actions/changed-filescompromise). A moved tag can no longer swapcode into our CI — the SHA is immutable, and the comment preserves the original
version for readability and Renovate updates.
Internal
SecureAuthCorp/*references are intentionally left on floating tags(
@main/@v1) — same-org sources where floating is by design and theexternal-maintainer threat does not apply.
No functional change: every SHA resolves to the exact commit the existing tag
currently points to.
This mirrors the org
github-actionsrepo change (PR #90).JIRA: https://secureauth.atlassian.net/browse/DEVOPS-8397