From b10d8dbe412dd1f5828182ec505fd275b2eb7318 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 May 2026 07:39:48 +0000 Subject: [PATCH] Bump anthropics/claude-code-action from 1.0.119 to 1.0.123 Bumps [anthropics/claude-code-action](https://github.com/anthropics/claude-code-action) from 1.0.119 to 1.0.123. - [Release notes](https://github.com/anthropics/claude-code-action/releases) - [Commits](https://github.com/anthropics/claude-code-action/compare/476e359e6203e73dad705c8b322e333fabbd7416...51ea8ea73a139f2a74ff649e3092c25a904aed7e) --- updated-dependencies: - dependency-name: anthropics/claude-code-action dependency-version: 1.0.123 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 6f3e8052b..b05e2110a 100644 --- a/.github/workflows/claude-code-review.yml +++ b/.github/workflows/claude-code-review.yml @@ -44,7 +44,7 @@ jobs: # Pinned to v1 commit SHA to mitigate moving-tag supply-chain risk. # When updating, resolve the new tag's underlying commit via # gh api /repos/anthropics/claude-code-action/git/refs/tags/ - uses: anthropics/claude-code-action@476e359e6203e73dad705c8b322e333fabbd7416 # v1 + uses: anthropics/claude-code-action@51ea8ea73a139f2a74ff649e3092c25a904aed7e # v1 with: anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }} plugin_marketplaces: 'https://github.com/anthropics/claude-code.git' diff --git a/.github/workflows/claude.yml b/.github/workflows/claude.yml index 9586d673e..21ec3a93a 100644 --- a/.github/workflows/claude.yml +++ b/.github/workflows/claude.yml @@ -48,7 +48,7 @@ jobs: # Pinned to v1 commit SHA to mitigate moving-tag supply-chain risk. # When updating, resolve the new tag's underlying commit via # gh api /repos/anthropics/claude-code-action/git/refs/tags/ - uses: anthropics/claude-code-action@476e359e6203e73dad705c8b322e333fabbd7416 # v1 + uses: anthropics/claude-code-action@51ea8ea73a139f2a74ff649e3092c25a904aed7e # v1 with: anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }}