From 35bdeddda5087c8980af08b50421e4a0d7788eb7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 May 2026 15:57:24 +0000 Subject: [PATCH] build(deps): bump anthropics/claude-code-action in the gh-actions group Bumps the gh-actions group with 1 update: [anthropics/claude-code-action](https://github.com/anthropics/claude-code-action). Updates `anthropics/claude-code-action` from 1.0.119 to 1.0.120 - [Release notes](https://github.com/anthropics/claude-code-action/releases) - [Commits](https://github.com/anthropics/claude-code-action/compare/476e359e6203e73dad705c8b322e333fabbd7416...dde2242db6af13460b916652159b6ba19a598f30) --- updated-dependencies: - dependency-name: anthropics/claude-code-action dependency-version: 1.0.120 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gh-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/claude-review.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/claude-review.yml b/.github/workflows/claude-review.yml index 494bb5d45c..9a375f8505 100644 --- a/.github/workflows/claude-review.yml +++ b/.github/workflows/claude-review.yml @@ -75,7 +75,7 @@ jobs: aws-region: us-east-1 - name: Claude Code - uses: anthropics/claude-code-action@476e359e6203e73dad705c8b322e333fabbd7416 # v1.0.119 + uses: anthropics/claude-code-action@dde2242db6af13460b916652159b6ba19a598f30 # v1.0.120 with: github_token: ${{ secrets.GITHUB_TOKEN }} use_bedrock: true