From 9bc0b4e68d3227cc4ea06ebca117878f945463e1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 16 Sep 2026 09:14:19 +0000 Subject: [PATCH] ci: bump anthropics/claude-code-action from 1.0.219 to 1.0.223 Bumps [anthropics/claude-code-action](https://github.com/anthropics/claude-code-action) from 1.0.219 to 1.0.223. - [Release notes](https://github.com/anthropics/claude-code-action/releases) - [Commits](https://github.com/anthropics/claude-code-action/compare/5ccc3a35a6367cdb8e6fbd0728287467540ecfe2...9cdae7f0d995e3ba7c33f226087fdf82a59cd520) --- updated-dependencies: - dependency-name: anthropics/claude-code-action dependency-version: 1.0.223 dependency-type: direct:production update-type: version-update:semver-patch ... 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 20781806aa..8a006d5dbf 100644 --- a/.github/workflows/claude-code-review.yml +++ b/.github/workflows/claude-code-review.yml @@ -303,7 +303,7 @@ jobs: - name: Review id: claude-review - uses: anthropics/claude-code-action@5ccc3a35a6367cdb8e6fbd0728287467540ecfe2 # v1.0.219 + uses: anthropics/claude-code-action@9cdae7f0d995e3ba7c33f226087fdf82a59cd520 # v1.0.223 with: claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }} github_token: ${{ steps.reviewer-token.outputs.token }}