From b9b5c044973e0ef705a0bc441c6a053a922a36ed Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jul 2026 13:45:27 +0000 Subject: [PATCH] Build(deps): bump anthropics/claude-code-action from 1.0.175 to 1.0.179 Bumps [anthropics/claude-code-action](https://github.com/anthropics/claude-code-action) from 1.0.175 to 1.0.179. - [Release notes](https://github.com/anthropics/claude-code-action/releases) - [Commits](https://github.com/anthropics/claude-code-action/compare/1298632ce7736903d02a1435002705aa2a594a6c...b76a0776ae74036e77cd11018083743453d7ad35) --- updated-dependencies: - dependency-name: anthropics/claude-code-action dependency-version: 1.0.179 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 9ed3ae4fb..d3499b948 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@1298632ce7736903d02a1435002705aa2a594a6c # v1 + uses: anthropics/claude-code-action@b76a0776ae74036e77cd11018083743453d7ad35 # 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 16b5a37e9..aa0810b42 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@1298632ce7736903d02a1435002705aa2a594a6c # v1 + uses: anthropics/claude-code-action@b76a0776ae74036e77cd11018083743453d7ad35 # 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 80b4f85f8..6d47ce9a5 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@1298632ce7736903d02a1435002705aa2a594a6c # v1 + uses: anthropics/claude-code-action@b76a0776ae74036e77cd11018083743453d7ad35 # 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 8d9992fe1..b7166b412 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@1298632ce7736903d02a1435002705aa2a594a6c # v1 + uses: anthropics/claude-code-action@b76a0776ae74036e77cd11018083743453d7ad35 # v1 with: github_token: ${{ github.token }} claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }}