diff --git a/.github/workflows/ci-failure-analysis.yaml b/.github/workflows/ci-failure-analysis.yaml index 35ad0ec2a..05afa40b1 100644 --- a/.github/workflows/ci-failure-analysis.yaml +++ b/.github/workflows/ci-failure-analysis.yaml @@ -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 }} diff --git a/.github/workflows/claude-auto-review.yaml b/.github/workflows/claude-auto-review.yaml index 5539691b8..b6eedc31b 100644 --- a/.github/workflows/claude-auto-review.yaml +++ b/.github/workflows/claude-auto-review.yaml @@ -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 diff --git a/.github/workflows/claude.yaml b/.github/workflows/claude.yaml index 832233662..017b9465c 100644 --- a/.github/workflows/claude.yaml +++ b/.github/workflows/claude.yaml @@ -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 }} diff --git a/.github/workflows/security-audit.yaml b/.github/workflows/security-audit.yaml index c58c72961..35fe72583 100644 --- a/.github/workflows/security-audit.yaml +++ b/.github/workflows/security-audit.yaml @@ -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 }}