[LOW] Pin CLA action to an immutable commit - #2499
Open
OskarEichler wants to merge 1 commit into
Open
Conversation
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.
Description
The CLA workflow currently references the mutable
Shopify/shopify-cla-action@v1tag while passing both the repository token andCLA_TOKENto that action. If the tag is moved unexpectedly, the workflow would execute different code with those credentials.This pins the action to the commit currently referenced by
v1, while retaining the version comment for Dependabot and human readability. Runtime behavior is unchanged.Severity: LOW. This is supply-chain hardening; no compromise or active exploitation is known or claimed.
Reviewers’ hat-rack 🎩
9938f4b43524d1cfa7471ce9a803edf226697284is the intendedv1revision.Verification:
refs/tags/v1target.git diff --checkpasses.No regression test was added because this is a one-line declarative action reference; the exact ref and YAML structure were checked directly.
Screenshots or videos (if needed)
Not applicable.