From df39d04ec83313d20934d150412fe4e21de86ba6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 28 Jun 2026 14:54:26 +0000 Subject: [PATCH] ci: bump anthropics/claude-code-action in the minor-and-patch group Bumps the minor-and-patch group with 1 update: [anthropics/claude-code-action](https://github.com/anthropics/claude-code-action). Updates `anthropics/claude-code-action` from 1.0.153 to 1.0.159 - [Release notes](https://github.com/anthropics/claude-code-action/releases) - [Commits](https://github.com/anthropics/claude-code-action/compare/2fee15510437d71399d9139ed60433470484a8fb...a92e7c70a4da9793dc164451d829089dc057a464) --- updated-dependencies: - dependency-name: anthropics/claude-code-action dependency-version: 1.0.159 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/ai-review.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ai-review.yml b/.github/workflows/ai-review.yml index e120fce81d..7902df01fa 100644 --- a/.github/workflows/ai-review.yml +++ b/.github/workflows/ai-review.yml @@ -343,7 +343,7 @@ jobs: id: ai-review if: steps.review-route.outputs.skip != 'true' && steps.workflow-mod.outputs.modified != 'true' && steps.skip-check.outputs.skip != 'true' continue-on-error: true - uses: anthropics/claude-code-action@2fee15510437d71399d9139ed60433470484a8fb # v1 + uses: anthropics/claude-code-action@a92e7c70a4da9793dc164451d829089dc057a464 # v1 with: prompt: ${{ steps.build-prompt.outputs.ARGUS_PROMPT }} anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }}