From 0ca4f88561a74cb6e7dfe9d11105854087a1771a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Jun 2026 13:44:35 +0000 Subject: [PATCH] Build(deps): bump anthropics/claude-code-action from 1.0.132 to 1.0.135 Bumps [anthropics/claude-code-action](https://github.com/anthropics/claude-code-action) from 1.0.132 to 1.0.135. - [Release notes](https://github.com/anthropics/claude-code-action/releases) - [Commits](https://github.com/anthropics/claude-code-action/compare/bbfaf8e1ffe3e688f7ab65ceee78de241e24a238...70a6e5256e9e2366a1ed5c041904a982ba3a328f) --- updated-dependencies: - dependency-name: anthropics/claude-code-action dependency-version: 1.0.135 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 +- .github/workflows/docs-draft-pr.yml | 2 +- .github/workflows/docs-drift-check.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/claude-code-review.yml b/.github/workflows/claude-code-review.yml index 30e9c081..31af7ec1 100644 --- a/.github/workflows/claude-code-review.yml +++ b/.github/workflows/claude-code-review.yml @@ -49,7 +49,7 @@ jobs: - name: Run Claude Code Review if: steps.diff-check.outputs.skip != 'true' id: claude-review - uses: anthropics/claude-code-action@bbfaf8e1ffe3e688f7ab65ceee78de241e24a238 # v1 + uses: anthropics/claude-code-action@70a6e5256e9e2366a1ed5c041904a982ba3a328f # v1 with: github_token: ${{ github.token }} claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }} diff --git a/.github/workflows/claude.yml b/.github/workflows/claude.yml index 8aedbe43..ff7c5057 100644 --- a/.github/workflows/claude.yml +++ b/.github/workflows/claude.yml @@ -32,7 +32,7 @@ jobs: - name: Run Claude Code id: claude - uses: anthropics/claude-code-action@bbfaf8e1ffe3e688f7ab65ceee78de241e24a238 # v1 + uses: anthropics/claude-code-action@70a6e5256e9e2366a1ed5c041904a982ba3a328f # v1 with: claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }} diff --git a/.github/workflows/docs-draft-pr.yml b/.github/workflows/docs-draft-pr.yml index c0bf1b88..cd56d841 100644 --- a/.github/workflows/docs-draft-pr.yml +++ b/.github/workflows/docs-draft-pr.yml @@ -133,7 +133,7 @@ jobs: - name: Write draft files with Claude id: write-draft - uses: anthropics/claude-code-action@bbfaf8e1ffe3e688f7ab65ceee78de241e24a238 # v1 + uses: anthropics/claude-code-action@70a6e5256e9e2366a1ed5c041904a982ba3a328f # v1 with: github_token: ${{ github.token }} claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }} diff --git a/.github/workflows/docs-drift-check.yml b/.github/workflows/docs-drift-check.yml index c96377c9..574679a1 100644 --- a/.github/workflows/docs-drift-check.yml +++ b/.github/workflows/docs-drift-check.yml @@ -60,7 +60,7 @@ jobs: - name: Draft docs update if: steps.diff-check.outputs.skip != 'true' id: drift-check - uses: anthropics/claude-code-action@bbfaf8e1ffe3e688f7ab65ceee78de241e24a238 # v1 + uses: anthropics/claude-code-action@70a6e5256e9e2366a1ed5c041904a982ba3a328f # v1 with: github_token: ${{ github.token }} claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }}