chore(OP-2780): pin GitHub Actions to commit SHA#515
Merged
Conversation
|
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates reusable GitHub Actions workflows to comply with the upcoming org policy requiring third-party actions to be pinned to full-length commit SHAs, ensuring CI workflows won’t be blocked once the policy is enforced.
Changes:
- Pinned
github/codeql-actionsteps (init,autobuild,analyze) to a specific commit SHA. - Pinned
anthropics/claude-code-actioninvocations (interactive and automation modes) to specific commit SHAs.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| .github/workflows/_codeql.yml | Pins CodeQL actions to a full commit SHA to keep CodeQL analysis workflows runnable under the new policy. |
| .github/workflows/_claude-code.yml | Pins Claude Code action references to full commit SHAs for both interactive and automation modes. |
Codecov Report✅ All modified and coverable lines are covered by tests. |
olivermeyer
approved these changes
Mar 30, 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.



Action required: merge before ~April 20
Platform Engineering is enabling the GitHub org policy "Require actions to be pinned to a full-length commit SHA" (week 17). Once active, any workflow that references an action by version tag (e.g.
@v4) will be blocked from running.This PR pins all actions in this repo to their full commit SHA so workflows keep running after the policy is enforced.
Please merge this PR before week 17 (April 20). If you have questions, reach out in #support-platform-engineering or see OP-2780.