From 70de9f3b32652737f4dd03c2fade7528d9416fdb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Aug 2026 13:36:12 +0000 Subject: [PATCH] chore(deps): bump anthropics/claude-code-action from 1.0.183 to 1.0.187 Bumps [anthropics/claude-code-action](https://github.com/anthropics/claude-code-action) from 1.0.183 to 1.0.187. - [Release notes](https://github.com/anthropics/claude-code-action/releases) - [Commits](https://github.com/anthropics/claude-code-action/compare/v1.0.183...v1.0.187) --- updated-dependencies: - dependency-name: anthropics/claude-code-action dependency-version: 1.0.187 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/ci-failure-analysis.yaml | 2 +- .github/workflows/claude-auto-review.yaml | 2 +- .github/workflows/claude.yaml | 2 +- .github/workflows/security-audit.yaml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) 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 }}