Skip to content

fix: use stable tag for hashicorp/setup-terraform action#4

Merged
somethingwithproof merged 1 commit intomainfrom
fix/terraform-action-reference
Feb 8, 2026
Merged

fix: use stable tag for hashicorp/setup-terraform action#4
somethingwithproof merged 1 commit intomainfrom
fix/terraform-action-reference

Conversation

@somethingwithproof
Copy link
Owner

Summary

Fixes CI failure by replacing invalid SHA reference with stable version tag.

Problem

The workflow was failing with:

error: An action could not be found at the URI 'https://api.github.com/repos/hashicorp/setup-terraform/tarball/b9cd54a3c349d3f85571c5fb643da9750e94b949'

The pinned SHA is no longer accessible in the GitHub API.

Solution

Replace the specific SHA with the stable v3 tag, which:

  • Is more maintainable
  • Auto-updates to latest v3.x releases
  • Avoids SHA accessibility issues

Test plan

  • CI will successfully download and use the action
  • Terraform validation will run as before

The pinned SHA b9cd54a3c349d3f85571c5fb643da9750e94b949 is no
longer accessible, causing CI failures. Replace with stable v3 tag
which is more reliable and maintained.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@somethingwithproof somethingwithproof merged commit b2ef6f3 into main Feb 8, 2026
4 checks passed
somethingwithproof added a commit that referenced this pull request Feb 8, 2026
The pinned SHA b9cd54a3c349d3f85571c5fb643da9750e94b949 is no
longer accessible, causing CI failures. Replace with stable v3 tag
which is more reliable and maintained.
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.

1 participant