Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ci-failure-analysis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ jobs:
- name: Analyze failure with Claude
if: steps.get-logs.outputs.has_failures == 'true'
id: analyze
uses: anthropics/claude-code-action@v1.0.92
uses: anthropics/claude-code-action@v1.0.133
with:
use_bedrock: true
github_token: ${{ secrets.GITHUB_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/claude-auto-review.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
aws-region: us-east-2

- name: Run Claude Code Review
uses: anthropics/claude-code-action@v1.0.92
uses: anthropics/claude-code-action@v1.0.133
env:
# Pass git config via environment to rewrite SSH URLs to authenticated HTTPS
# This is for installing plugins from private repos
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/claude.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
aws-region: us-east-2

- name: Run Claude Code Action
uses: anthropics/claude-code-action@v1.0.92
uses: anthropics/claude-code-action@v1.0.133
with:
use_bedrock: true
github_token: ${{ steps.generate-token.outputs.token }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/security-audit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:
aws-region: us-east-2

- name: Fix security issues with Claude
uses: anthropics/claude-code-action@v1.0.92
uses: anthropics/claude-code-action@v1.0.133
with:
use_bedrock: true
github_token: ${{ secrets.GITHUB_TOKEN }}
Expand Down
Loading