fix: update pinned action SHAs to resolve action download failures#290
Merged
fix: update pinned action SHAs to resolve action download failures#290
Conversation
Co-authored-by: avifenesh <55848801+avifenesh@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Fix action download info resolution error
fix: update pinned action SHAs to resolve action download failures
Mar 6, 2026
avifenesh
approved these changes
Mar 6, 2026
Contributor
There was a problem hiding this comment.
Pull request overview
Updates pinned GitHub Actions commit SHAs across key workflows to resolve action download failures and corrects inline version comments to match the referenced action versions.
Changes:
- Re-pins
actions/checkoutto a newer commit SHA across CI, release, deploy, and Claude workflows. - Re-pins
actions/setup-nodeto a newer commit SHA in workflows that install Node. - Re-pins
anthropics/claude-code-actionto a newer commit SHA in Claude workflows and updates version comments.
Reviewed changes
Copilot reviewed 5 out of 5 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| .github/workflows/ci.yml | Updates pinned SHAs for checkout and setup-node used by CI. |
| .github/workflows/claude.yml | Updates pinned SHAs for checkout and anthropics/claude-code-action for @mention automation. |
| .github/workflows/claude-code-review.yml | Updates pinned SHAs for checkout and anthropics/claude-code-action in automated PR review workflow. |
| .github/workflows/deploy-site.yml | Updates pinned SHAs for checkout and setup-node used by the Pages deploy job. |
| .github/workflows/release.yml | Updates pinned SHAs for checkout and setup-node across validate/test/publish/release jobs. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
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.
GitHub Actions workflows were failing at the "Getting action download info" step with HTTP 503 due to stale pinned SHA references. The
anthropics/claude-code-actionwas 6 weeks behind the v1 tag (2.1.19 → 2.1.70);actions/setup-nodeindeploy-site.ymlwas pinned to a Feb 2024 SHA.Updated SHAs
actions/checkout34e114876b(Nov 2025, mislabeled# v4)de0fac2e45— v6.0.2actions/setup-node49933ea528/60edb5dd54(mislabeled# v4)53b83947a5— v6.3.0anthropics/claude-code-actionf64219702d(Jan 23)26ec041249— v1.0.70Version comments corrected to match actual versions (were all labeled
# v4/# v1).Files changed:
ci.yml,claude.yml,claude-code-review.yml,deploy-site.yml,release.yml💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.