From f64e91913987be3b5638422ea80fc788b4028124 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Jun 2026 07:23:27 +0000 Subject: [PATCH] chore(deps): bump anthropics/claude-code-action from 1.0.137 to 1.0.151 Bumps [anthropics/claude-code-action](https://github.com/anthropics/claude-code-action) from 1.0.137 to 1.0.151. - [Release notes](https://github.com/anthropics/claude-code-action/releases) - [Commits](https://github.com/anthropics/claude-code-action/compare/41ea7642c1436fa0ee57aae58347904b71a5af27...806af32823ef69c8ef357086c573a902af641307) --- updated-dependencies: - dependency-name: anthropics/claude-code-action dependency-version: 1.0.147 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 eb2a2a4f..d37a710c 100644 --- a/.github/workflows/claude-code-review.yml +++ b/.github/workflows/claude-code-review.yml @@ -34,7 +34,7 @@ jobs: - name: Run Claude Code Review id: claude-review - uses: anthropics/claude-code-action@41ea7642c1436fa0ee57aae58347904b71a5af27 #v1.0.137 + uses: anthropics/claude-code-action@806af32823ef69c8ef357086c573a902af641307 #v1.0.151 with: allowed_bots: 'dependabot[bot]' claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }} diff --git a/.github/workflows/claude.yml b/.github/workflows/claude.yml index 7999d1bf..d89b811d 100644 --- a/.github/workflows/claude.yml +++ b/.github/workflows/claude.yml @@ -33,7 +33,7 @@ jobs: - name: Run Claude Code id: claude - uses: anthropics/claude-code-action@41ea7642c1436fa0ee57aae58347904b71a5af27 #v1.0.137 + uses: anthropics/claude-code-action@806af32823ef69c8ef357086c573a902af641307 #v1.0.151 with: claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }}