From b03cc3ea34153bcd22a66e513fd5a2b8c04e88e3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 May 2026 04:40:06 +0000 Subject: [PATCH] build(deps): Bump anthropics/claude-code-action from 1.0.110 to 1.0.121 Bumps [anthropics/claude-code-action](https://github.com/anthropics/claude-code-action) from 1.0.110 to 1.0.121. - [Release notes](https://github.com/anthropics/claude-code-action/releases) - [Commits](https://github.com/anthropics/claude-code-action/compare/ef50f123a3a9be95b60040d042717517407c7256...f4fb5c6cdccc1ee7af63692f5d08d56efaa64cc8) --- updated-dependencies: - dependency-name: anthropics/claude-code-action dependency-version: 1.0.121 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/claude-code-review.yml | 2 +- .github/workflows/claude.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/claude-code-review.yml b/.github/workflows/claude-code-review.yml index 10ced7e..64c3f18 100644 --- a/.github/workflows/claude-code-review.yml +++ b/.github/workflows/claude-code-review.yml @@ -22,7 +22,7 @@ jobs: fetch-depth: 1 - name: Run Claude Code Review - uses: anthropics/claude-code-action@ef50f123a3a9be95b60040d042717517407c7256 # v1.0.110 + uses: anthropics/claude-code-action@f4fb5c6cdccc1ee7af63692f5d08d56efaa64cc8 # v1.0.121 with: anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }} prompt: | diff --git a/.github/workflows/claude.yml b/.github/workflows/claude.yml index fcf9834..29f4e27 100644 --- a/.github/workflows/claude.yml +++ b/.github/workflows/claude.yml @@ -33,6 +33,6 @@ jobs: - name: Run Claude Code id: claude - uses: anthropics/claude-code-action@ef50f123a3a9be95b60040d042717517407c7256 # v1 + uses: anthropics/claude-code-action@f4fb5c6cdccc1ee7af63692f5d08d56efaa64cc8 # v1 with: anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }}