From 60d2f688b021a2cedb1718591a65438405acc979 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Aug 2026 04:24:52 +0000 Subject: [PATCH] chore(deps): bump anthropics/claude-code-action Bumps the github-actions-minor-and-patch group with 1 update in the / directory: [anthropics/claude-code-action](https://github.com/anthropics/claude-code-action). Updates `anthropics/claude-code-action` from 1.0.181 to 1.0.183 - [Release notes](https://github.com/anthropics/claude-code-action/releases) - [Commits](https://github.com/anthropics/claude-code-action/compare/44423bdec74b97d67543eb16c110546762c110b2...be7b93b1907a4abad570368f3c74b6fe3807510b) --- updated-dependencies: - dependency-name: anthropics/claude-code-action dependency-version: 1.0.183 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions-minor-and-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/claude-adversarial-review.yml | 2 +- .github/workflows/claude-review.yml | 2 +- .github/workflows/verifier-on-high-risk.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/claude-adversarial-review.yml b/.github/workflows/claude-adversarial-review.yml index b14de23..bec38fd 100644 --- a/.github/workflows/claude-adversarial-review.yml +++ b/.github/workflows/claude-adversarial-review.yml @@ -39,7 +39,7 @@ jobs: - name: Adversarial pass # Pinned to v1.0.112 (2026-05-04) — see claude-review.yml for context # (ci-workflows#37: v1.0.113/.114 regression breaks the setup step). - uses: anthropics/claude-code-action@44423bdec74b97d67543eb16c110546762c110b2 # v1.0.181 + uses: anthropics/claude-code-action@be7b93b1907a4abad570368f3c74b6fe3807510b # v1.0.183 with: anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }} prompt: | diff --git a/.github/workflows/claude-review.yml b/.github/workflows/claude-review.yml index c582f60..6377fc7 100644 --- a/.github/workflows/claude-review.yml +++ b/.github/workflows/claude-review.yml @@ -106,7 +106,7 @@ jobs: # Code native binary, causing every Claude Review across the fleet to # fail with "Claude Code native binary not found". See ci-workflows#37. # Restore to @v1 (or a fresh SHA) once upstream ships a fix. - uses: anthropics/claude-code-action@44423bdec74b97d67543eb16c110546762c110b2 # v1.0.181 + uses: anthropics/claude-code-action@be7b93b1907a4abad570368f3c74b6fe3807510b # v1.0.183 with: anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }} # Allow bot-initiated PRs (dependabot, renovate). Without this the diff --git a/.github/workflows/verifier-on-high-risk.yml b/.github/workflows/verifier-on-high-risk.yml index e69efba..b9c6ab8 100644 --- a/.github/workflows/verifier-on-high-risk.yml +++ b/.github/workflows/verifier-on-high-risk.yml @@ -283,7 +283,7 @@ jobs: if: steps.classify.outputs.matched == 'yes' id: verifier continue-on-error: true # keep the workflow running so we can post the check-run with FAILURE conclusion - uses: anthropics/claude-code-action@44423bdec74b97d67543eb16c110546762c110b2 # v1.0.181 + uses: anthropics/claude-code-action@be7b93b1907a4abad570368f3c74b6fe3807510b # v1.0.183 with: anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }} prompt: ${{ steps.prompt.outputs.text }}