Skip to content

fix: update pinned action SHAs to resolve action download failures#290

Merged
avifenesh merged 2 commits intomainfrom
copilot/fix-action-download-error
Mar 6, 2026
Merged

fix: update pinned action SHAs to resolve action download failures#290
avifenesh merged 2 commits intomainfrom
copilot/fix-action-download-error

Conversation

Copy link
Contributor

Copilot AI commented Mar 6, 2026

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-action was 6 weeks behind the v1 tag (2.1.19 → 2.1.70); actions/setup-node in deploy-site.yml was pinned to a Feb 2024 SHA.

Updated SHAs

Action Old New
actions/checkout 34e114876b (Nov 2025, mislabeled # v4) de0fac2e45 — v6.0.2
actions/setup-node 49933ea528 / 60edb5dd54 (mislabeled # v4) 53b83947a5 — v6.3.0
anthropics/claude-code-action f64219702d (Jan 23) 26ec041249 — v1.0.70

Version 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.

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 avifenesh marked this pull request as ready for review March 6, 2026 09:00
Copilot AI review requested due to automatic review settings March 6, 2026 09:00
@avifenesh avifenesh merged commit b18e85b into main Mar 6, 2026
12 checks passed
@avifenesh avifenesh deleted the copilot/fix-action-download-error branch March 6, 2026 09:01
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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/checkout to a newer commit SHA across CI, release, deploy, and Claude workflows.
  • Re-pins actions/setup-node to a newer commit SHA in workflows that install Node.
  • Re-pins anthropics/claude-code-action to 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants