Unpin claude-code-action from v1.0.89 to @v1

Bedrock SigV4 auth regression (anthropics/claude-code-action#1193) was fixed in Claude Code 2.1.97, shipped in v1.0.91. Latest is v1.0.104.
This commit is contained in:
Kevin Turcios 2026-04-23 04:10:10 -05:00 committed by GitHub
parent 3d1b843da4
commit d4ad423273
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -53,7 +53,7 @@ jobs:
- name: Run Claude Code
id: claude
uses: anthropics/claude-code-action@v1.0.89
uses: anthropics/claude-code-action@v1
with:
use_bedrock: "true"
use_sticky_comment: true
@ -234,7 +234,7 @@ jobs:
- name: Run Claude Code
id: claude
uses: anthropics/claude-code-action@v1.0.89
uses: anthropics/claude-code-action@v1
with:
use_bedrock: "true"
claude_args: '--model us.anthropic.claude-sonnet-4-6 --allowedTools "Read,Edit,Write,Glob,Grep,Bash(git status*),Bash(git diff*),Bash(git add *),Bash(git commit *),Bash(git push*),Bash(git log*),Bash(git merge*),Bash(git fetch*),Bash(git checkout*),Bash(git branch*),Bash(cd django/aiservice*),Bash(uv run prek *),Bash(prek *),Bash(uv run ruff *),Bash(uv run pytest *),Bash(uv run mypy *),Bash(uv run coverage *),Bash(gh pr comment*),Bash(gh pr view*),Bash(gh pr diff*),Bash(gh pr merge*),Bash(gh pr close*)"'