chore: pin GitHub Actions to full commit SHAs (SDK-738) - #181
Merged
brax10ward merged 2 commits intoAug 24, 2026
Merged
Conversation
Semgrep flagged mutable @vn tag references on Actions steps in dependabot PR #175 as a supply-chain risk. Pin every third-party uses: across all workflows to a full 40-char commit SHA with a trailing version comment for legibility. Dependabot picks up SHA bumps via that comment. The atomicfi/sdk-release-notifications reusable workflow ref is left at @main (first-party, not flagged).
eriksargent
approved these changes
Aug 24, 2026
brax10ward
deleted the
braxton/sdk-738-pin-github-actions-to-full-commit-shas
branch
August 24, 2026 17:39
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.
Linear Link
SDK-738 — Pin GitHub Actions to full commit SHAs
Type of change
Pins every third-party
uses:across.github/workflows/to a full 40-char commit SHA. Addresses the Semgrepgithub-actions-mutable-action-tagfindings on #175 plus every other mutable ref in the tree —actions/checkout,actions/setup-node,actions/cache,actions/upload-artifact,maxim-lobanov/setup-xcode,actions/github-script. Theatomicfi/sdk-release-notificationsreusable workflow ref is left at@main(first-party, not flagged).Note: #175 will need a rebase (or Dependabot will regenerate it) once this merges, since the
@v6/@v7refs it targets are gone.Checklist: