From 6dcd3fbe3f25def66b7e71180f41ea52945a6bc7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 May 2026 19:45:58 +0000 Subject: [PATCH] chore(deps): bump anthropics/claude-code-action from 1.0.92 to 1.0.133 Bumps [anthropics/claude-code-action](https://github.com/anthropics/claude-code-action) from 1.0.92 to 1.0.133. - [Release notes](https://github.com/anthropics/claude-code-action/releases) - [Commits](https://github.com/anthropics/claude-code-action/compare/v1.0.92...v1.0.133) --- updated-dependencies: - dependency-name: anthropics/claude-code-action dependency-version: 1.0.133 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 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 }}