From 665a1e017918a000528c3a9e0c401d04fa17a355 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Aug 2025 05:00:53 +0000 Subject: [PATCH] chore(deps): Bump anthropics/claude-code-action from 0.0.40 to 0.0.55 Bumps [anthropics/claude-code-action](https://github.com/anthropics/claude-code-action) from 0.0.40 to 0.0.55. - [Release notes](https://github.com/anthropics/claude-code-action/releases) - [Commits](https://github.com/anthropics/claude-code-action/compare/93df09fd88688c19bd9e4ca40e5c7281cba39ed1...6d5c92076ba3f5240a002d916ca6f91c5fa05529) --- updated-dependencies: - dependency-name: anthropics/claude-code-action dependency-version: 0.0.55 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 68dc225b16..821748167a 100644 --- a/.github/workflows/claude-code-review.yml +++ b/.github/workflows/claude-code-review.yml @@ -76,7 +76,7 @@ jobs: version: "1.0.0-beta8" - name: "Review: Claude" id: claude-review - uses: anthropics/claude-code-action@93df09fd88688c19bd9e4ca40e5c7281cba39ed1 # beta + uses: anthropics/claude-code-action@6d5c92076ba3f5240a002d916ca6f91c5fa05529 # beta with: anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }} custom_instructions: | diff --git a/.github/workflows/claude.yml b/.github/workflows/claude.yml index 267cdf7206..e18e620bf6 100644 --- a/.github/workflows/claude.yml +++ b/.github/workflows/claude.yml @@ -70,7 +70,7 @@ jobs: fi - name: "Run: Claude" id: claude - uses: anthropics/claude-code-action@93df09fd88688c19bd9e4ca40e5c7281cba39ed1 # beta + uses: anthropics/claude-code-action@6d5c92076ba3f5240a002d916ca6f91c5fa05529 # beta with: anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }} custom_instructions: |