From 407c6f10eb4b606596554ef41f8a84c59e0907cd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Jul 2026 10:16:16 +0000 Subject: [PATCH] Bump anthropics/claude-code-action from 1.0.166 to 1.0.176 Bumps [anthropics/claude-code-action](https://github.com/anthropics/claude-code-action) from 1.0.166 to 1.0.176. - [Release notes](https://github.com/anthropics/claude-code-action/releases) - [Commits](https://github.com/anthropics/claude-code-action/compare/f87768c6d25f92ae6efa7175e223ef77d4cbf97f...700e7f8316990de46bed556429765647af760efc) --- updated-dependencies: - dependency-name: anthropics/claude-code-action dependency-version: 1.0.173 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 226f5b6c2..5373a9111 100644 --- a/.github/workflows/claude-code-review.yml +++ b/.github/workflows/claude-code-review.yml @@ -51,7 +51,7 @@ jobs: - name: Run Claude Code Review id: claude-review - uses: anthropics/claude-code-action@f87768c6d25f92ae6efa7175e223ef77d4cbf97f # v1 + uses: anthropics/claude-code-action@700e7f8316990de46bed556429765647af760efc # v1 with: claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }} review_comment_id: ${{ github.event.comment.id }} diff --git a/.github/workflows/claude.yml b/.github/workflows/claude.yml index 95dcc5f43..5c559e382 100644 --- a/.github/workflows/claude.yml +++ b/.github/workflows/claude.yml @@ -37,7 +37,7 @@ jobs: - name: Run Claude Code id: claude - uses: anthropics/claude-code-action@f87768c6d25f92ae6efa7175e223ef77d4cbf97f # v1 + uses: anthropics/claude-code-action@700e7f8316990de46bed556429765647af760efc # v1 with: claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }}