diff --git a/.github/workflows/ci-failure-analysis.yaml b/.github/workflows/ci-failure-analysis.yaml index f4da84741..0c8388d43 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.183 + uses: anthropics/claude-code-action@v1.0.187 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 b5a9f8ac5..a2ec56bf2 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.183 + uses: anthropics/claude-code-action@v1.0.187 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 deac90a32..d3d909eb4 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.183 + uses: anthropics/claude-code-action@v1.0.187 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 5f2efcaa8..c785151a3 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.183 + uses: anthropics/claude-code-action@v1.0.187 with: use_bedrock: true github_token: ${{ secrets.GITHUB_TOKEN }}