From cff44dd318ebab384ca4cac5722aa35d2777e342 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Nov 2025 15:19:27 +0000 Subject: [PATCH] chore(deps): bump anthropics/claude-code-action Bumps [anthropics/claude-code-action](https://github.com/anthropics/claude-code-action) from 06e550b8ff71349db253443c6ca8a4b120e7f89d to 8a1c4371755898f67cd97006ba7c97702d5fc4bf. - [Release notes](https://github.com/anthropics/claude-code-action/releases) - [Commits](https://github.com/anthropics/claude-code-action/compare/06e550b8ff71349db253443c6ca8a4b120e7f89d...06e550b8ff71349db253443c6ca8a4b120e7f89d) --- updated-dependencies: - dependency-name: anthropics/claude-code-action dependency-version: 06e550b8ff71349db253443c6ca8a4b120e7f89d dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/claude-auto-review.yml | 2 +- .github/workflows/claude.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/claude-auto-review.yml b/.github/workflows/claude-auto-review.yml index 2952bc6b..98cd8727 100644 --- a/.github/workflows/claude-auto-review.yml +++ b/.github/workflows/claude-auto-review.yml @@ -69,7 +69,7 @@ jobs: debug: ${{ inputs.debug }} - name: Automatic PR Review - uses: anthropics/claude-code-action@06e550b8ff71349db253443c6ca8a4b120e7f89d # v1.0.16 + uses: anthropics/claude-code-action@8a1c4371755898f67cd97006ba7c97702d5fc4bf # v1.0.16 with: allowed_tools: ${{ inputs.allowed_tools }} anthropic_api_key: ${{ secrets.anthropic_api_key }} diff --git a/.github/workflows/claude.yml b/.github/workflows/claude.yml index 140ac268..c0a48cc6 100644 --- a/.github/workflows/claude.yml +++ b/.github/workflows/claude.yml @@ -51,6 +51,6 @@ jobs: - name: Run Claude Code id: claude - uses: anthropics/claude-code-action@06e550b8ff71349db253443c6ca8a4b120e7f89d # v1.0.16 + uses: anthropics/claude-code-action@8a1c4371755898f67cd97006ba7c97702d5fc4bf # v1.0.16 with: anthropic_api_key: ${{ secrets.anthropic_api_key }}