From 583454e2c4c37b69340d70e49bf6d6527bb00c83 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Aug 2026 09:17:08 +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 to 1.0.183 - [Release notes](https://github.com/anthropics/claude-code-action/releases) - [Commits](https://github.com/anthropics/claude-code-action/compare/v1...v1.0.183) --- updated-dependencies: - dependency-name: anthropics/claude-code-action dependency-version: 1.0.183 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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/claude-pr-review.yml b/.github/workflows/claude-pr-review.yml index da8cfb2e8..9b3b4e31f 100644 --- a/.github/workflows/claude-pr-review.yml +++ b/.github/workflows/claude-pr-review.yml @@ -37,7 +37,7 @@ jobs: fetch-depth: 0 - name: Claude review (dependency updates) - uses: anthropics/claude-code-action@v1 + uses: anthropics/claude-code-action@v1.0.183 env: GH_TOKEN: ${{ github.token }} @@ -98,7 +98,7 @@ jobs: check-latest: true - name: Claude review (general) - uses: anthropics/claude-code-action@v1 + uses: anthropics/claude-code-action@v1.0.183 env: GH_TOKEN: ${{ github.token }} with: