From e542c9cf9d05c83a01e8c9da56cac9f0387e5f30 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 May 2026 06:57:23 +0000 Subject: [PATCH] Bump anthropics/claude-code-action from 0.0.63 to 1.0.131 Bumps [anthropics/claude-code-action](https://github.com/anthropics/claude-code-action) from 0.0.63 to 1.0.131. - [Release notes](https://github.com/anthropics/claude-code-action/releases) - [Commits](https://github.com/anthropics/claude-code-action/compare/28f83620103c48a57093dcc2837eec89e036bb9f...4481e6d3c7bbb88db2a928ca3444c536f589c7c1) --- updated-dependencies: - dependency-name: anthropics/claude-code-action dependency-version: 1.0.131 dependency-type: direct:production update-type: version-update:semver-major ... 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 d5bb22f..260e81d 100644 --- a/.github/workflows/claude-code-review.yml +++ b/.github/workflows/claude-code-review.yml @@ -42,7 +42,7 @@ jobs: - name: Run Claude Code Review id: claude-review # anthropics/claude-code-action@beta resolved on 2026-05-08. - uses: anthropics/claude-code-action@28f83620103c48a57093dcc2837eec89e036bb9f + uses: anthropics/claude-code-action@4481e6d3c7bbb88db2a928ca3444c536f589c7c1 with: claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }} diff --git a/.github/workflows/claude.yml b/.github/workflows/claude.yml index cee73aa..dd53dce 100644 --- a/.github/workflows/claude.yml +++ b/.github/workflows/claude.yml @@ -48,7 +48,7 @@ jobs: - name: Run Claude Code id: claude # anthropics/claude-code-action@beta resolved on 2026-05-08. - uses: anthropics/claude-code-action@28f83620103c48a57093dcc2837eec89e036bb9f + uses: anthropics/claude-code-action@4481e6d3c7bbb88db2a928ca3444c536f589c7c1 with: claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }}