chore(ci): SHA-pin remaining actions/checkout and actions/github-script#60280
Open
arpitjain099 wants to merge 1 commit into
Open
chore(ci): SHA-pin remaining actions/checkout and actions/github-script#60280arpitjain099 wants to merge 1 commit into
arpitjain099 wants to merge 1 commit into
Conversation
Follows up on anthropics#56784 by SHA-pinning the third-party actions that were not included in the first pass. Matches the comment style established there: `<sha> # <version> (sha-pinned)`. - actions/checkout@v4 to SHA v4.3.1 in 6 workflows (auto-close-duplicates, backfill-duplicate-comments, claude-dedupe-issues, claude-issue-triage, issue-lifecycle-comment, sweep) - actions/github-script@v7 to SHA v7.1.0 in 2 workflows (lock-closed-issues, remove-autoclose-label) The anthropics/claude-code-action@v1 references in claude-dedupe-issues, claude-issue-triage, and claude.yml are intentionally left tag-pinned per the SLSA convention that own-org actions do not require SHA pinning. Signed-off-by: Arpit Jain <arpitjain099@gmail.com>
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.
Follow-up to #56784, SHA-pinning the third-party action references that weren't in the first pass.
actions/checkout@v4to SHA34e114876b0b11c390a56381ad16ebd13914f8d5(v4.3.1) in 6 workflows (auto-close-duplicates,backfill-duplicate-comments,claude-dedupe-issues,claude-issue-triage,issue-lifecycle-comment,sweep)actions/github-script@v7to SHAf28e40c7f34bde8b3046d885e986cb6290c5673b(v7.1.0) in 2 workflows (lock-closed-issues,remove-autoclose-label)Comment format matches the
<sha> # vX.Y.Z (sha-pinned)style established in #56784.anthropics/claude-code-action@v1references inclaude-dedupe-issues.yml,claude-issue-triage.yml, andclaude.ymlleft tag-pinned per SLSA convention for own-org actions. Happy to pin those too if you'd rather.CVE-2025-30066 motivation. YAML validated locally with
yaml.safe_load.