From ca8e272b681329d99595e03b4b5aa6f392722882 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Jun 2026 19:35:46 +0000 Subject: [PATCH] chore(deps): bump anthropics/claude-code-action in /.github/workflows Bumps [anthropics/claude-code-action](https://github.com/anthropics/claude-code-action) from 1.0.8 to 1.0.74. - [Release notes](https://github.com/anthropics/claude-code-action/releases) - [Commits](https://github.com/anthropics/claude-code-action/compare/v1.0.8...v1.0.74) --- updated-dependencies: - dependency-name: anthropics/claude-code-action dependency-version: 1.0.74 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/claude-code-review.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/claude-code-review.yml b/.github/workflows/claude-code-review.yml index 16cfd57..46c521f 100644 --- a/.github/workflows/claude-code-review.yml +++ b/.github/workflows/claude-code-review.yml @@ -131,7 +131,7 @@ jobs: - name: Run Claude Code Review id: claude-review - uses: anthropics/claude-code-action@v1.0.8 + uses: anthropics/claude-code-action@v1.0.74 with: anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }}