This repository was archived by the owner on May 22, 2026. It is now read-only.
feat(ENG-11298): Pinning GitHub actions#203
Merged
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR enhances security by pinning the anthropics/claude-code-action to a specific commit SHA (6337623ebba10cf8c8214b507993f8062fd4ccfb) corresponding to version v1.0.22, replacing the previously unpinned @beta tag reference.
Key Changes:
- Pins the Claude Code action to a specific commit SHA to prevent unexpected changes from automatic updates
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Contributor
There was a problem hiding this comment.
cubic analysis
No issues found across 1 file
Linked issue analysis
Linked issue: ENG-11298: Github actions should be version pinned and policy set organization-wide
| Status | Acceptance criteria | Notes |
|---|---|---|
| ✅ | Pin anthropics/claude-code-action in .github/workflows/claude.yml to a specific commit SHA | Added uses: anthropics/claude-code-action@6337623ebba10cff |
| Version-pin all GitHub Actions in repository workflows (no floating tags like 'beta') | Only one workflow file updated; other workflows not modified | |
| ❌ | Set organization-wide policy to enforce version-pinning of GitHub Actions | No org policy or settings changed in diffs |
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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 by cubic
Pinned anthropics/claude-code-action in .github/workflows/claude.yml to commit 6337623ebba10cf8c8214b507993f8062fd4ccfb (v1.0.22) to meet ENG-11298’s org-wide policy and prevent unexpected changes from upstream releases.
Written for commit 1cc1519. Summary will update automatically on new commits.