Skip to content

Commit bd051ff

Browse files
authored
Merge pull request #2026 from codeflash-ai/fix/pin-claude-code-action-v1.0.89
ci: pin claude-code-action to v1.0.89 (fix Bedrock auth)
2 parents 77be8b1 + 3dc21bd commit bd051ff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/claude.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868

6969
- name: Run Claude Code
7070
id: claude
71-
uses: anthropics/claude-code-action@v1
71+
uses: anthropics/claude-code-action@v1.0.89
7272
with:
7373
use_bedrock: "true"
7474
use_sticky_comment: true
@@ -328,7 +328,7 @@ jobs:
328328

329329
- name: Run Claude Code
330330
id: claude
331-
uses: anthropics/claude-code-action@v1
331+
uses: anthropics/claude-code-action@v1.0.89
332332
with:
333333
use_bedrock: "true"
334334
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(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*)"'

0 commit comments

Comments
 (0)