From 8804889c8d559f8518a4bd829c698cf34269ea3e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 17 Sep 2026 09:40:19 +0000 Subject: [PATCH] chore(deps): bump anthropics/claude-code-action Bumps the github-actions-dependencies group with 1 update: [anthropics/claude-code-action](https://github.com/anthropics/claude-code-action). Updates `anthropics/claude-code-action` from 1.0.223 to 1.0.224 - [Release notes](https://github.com/anthropics/claude-code-action/releases) - [Commits](https://github.com/anthropics/claude-code-action/compare/v1.0.223...v1.0.224) --- updated-dependencies: - dependency-name: anthropics/claude-code-action dependency-version: 1.0.224 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions-dependencies ... Signed-off-by: dependabot[bot] --- .github/workflows/claude-pr-review.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/claude-pr-review.yml b/.github/workflows/claude-pr-review.yml index 65aa58bac..cb70af8a8 100644 --- a/.github/workflows/claude-pr-review.yml +++ b/.github/workflows/claude-pr-review.yml @@ -35,7 +35,7 @@ jobs: fetch-depth: 0 - name: Claude review (dependency updates) - uses: anthropics/claude-code-action@v1.0.223 + uses: anthropics/claude-code-action@v1.0.224 env: GH_TOKEN: ${{ github.token }} @@ -97,7 +97,7 @@ jobs: - name: Claude review (general) if: github.event.action != 'synchronize' - uses: anthropics/claude-code-action@v1.0.223 + uses: anthropics/claude-code-action@v1.0.224 env: GH_TOKEN: ${{ github.token }} with: @@ -154,7 +154,7 @@ jobs: # ── Follow-up on pushes: only the delta and existing findings ──────────── - name: Follow-up Claude review (new commits only) if: github.event.action == 'synchronize' - uses: anthropics/claude-code-action@v1.0.223 + uses: anthropics/claude-code-action@v1.0.224 env: GH_TOKEN: ${{ github.token }} with: