From 1e9ad48851b509bb2b1d72d124759be1a8595ca4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Sep 2026 20:42:35 +0000 Subject: [PATCH] build(deps): bump anthropics/claude-code-action from 1.0.202 to 1.0.210 Bumps [anthropics/claude-code-action](https://github.com/anthropics/claude-code-action) from 1.0.202 to 1.0.210. - [Release notes](https://github.com/anthropics/claude-code-action/releases) - [Commits](https://github.com/anthropics/claude-code-action/compare/e5ad3c7725bc2459721893f88879fef9dbcf97b0...a874e9ecd7bb36efdad65429c6b35815f5a08f10) --- updated-dependencies: - dependency-name: anthropics/claude-code-action dependency-version: 1.0.210 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/claude-code-followup.yml | 2 +- .github/workflows/claude-code-review.yml | 2 +- .github/workflows/claude-doc-pr.yml | 4 ++-- .github/workflows/claude-issue-labeler.yml | 10 +++++----- .github/workflows/vale-autofix.yml | 4 ++-- 5 files changed, 11 insertions(+), 11 deletions(-) diff --git a/.github/workflows/claude-code-followup.yml b/.github/workflows/claude-code-followup.yml index 9814519537..2f99381645 100644 --- a/.github/workflows/claude-code-followup.yml +++ b/.github/workflows/claude-code-followup.yml @@ -72,7 +72,7 @@ jobs: - name: Handle @claude request if: steps.pr-info.outputs.is_fork == 'false' && steps.pr-info.outputs.targets_dev == 'true' - uses: anthropics/claude-code-action@e5ad3c7725bc2459721893f88879fef9dbcf97b0 # v1 + uses: anthropics/claude-code-action@a874e9ecd7bb36efdad65429c6b35815f5a08f10 # v1 env: GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: diff --git a/.github/workflows/claude-code-review.yml b/.github/workflows/claude-code-review.yml index e39684a7b8..1dc76a63d7 100644 --- a/.github/workflows/claude-code-review.yml +++ b/.github/workflows/claude-code-review.yml @@ -40,7 +40,7 @@ jobs: done - name: Run code review - uses: anthropics/claude-code-action@e5ad3c7725bc2459721893f88879fef9dbcf97b0 # v1 + uses: anthropics/claude-code-action@a874e9ecd7bb36efdad65429c6b35815f5a08f10 # v1 env: GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: diff --git a/.github/workflows/claude-doc-pr.yml b/.github/workflows/claude-doc-pr.yml index 47b644bf62..3e83f9f68a 100644 --- a/.github/workflows/claude-doc-pr.yml +++ b/.github/workflows/claude-doc-pr.yml @@ -93,7 +93,7 @@ jobs: - name: Run editorial review if: steps.changed-files.outputs.count > 0 - uses: anthropics/claude-code-action@e5ad3c7725bc2459721893f88879fef9dbcf97b0 # v1 + uses: anthropics/claude-code-action@a874e9ecd7bb36efdad65429c6b35815f5a08f10 # v1 env: GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} DOC_PR_FILES: ${{ steps.changed-files.outputs.files }} @@ -189,7 +189,7 @@ jobs: - name: Handle @claude request if: steps.pr-info.outputs.is_fork == 'false' && steps.pr-info.outputs.targets_dev == 'true' - uses: anthropics/claude-code-action@e5ad3c7725bc2459721893f88879fef9dbcf97b0 # v1 + uses: anthropics/claude-code-action@a874e9ecd7bb36efdad65429c6b35815f5a08f10 # v1 env: GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: diff --git a/.github/workflows/claude-issue-labeler.yml b/.github/workflows/claude-issue-labeler.yml index 97cfa1078f..f0a55316d0 100644 --- a/.github/workflows/claude-issue-labeler.yml +++ b/.github/workflows/claude-issue-labeler.yml @@ -26,7 +26,7 @@ jobs: - name: Step 1 — Security vulnerability screening id: security-screen - uses: anthropics/claude-code-action@e5ad3c7725bc2459721893f88879fef9dbcf97b0 # v1 + uses: anthropics/claude-code-action@a874e9ecd7bb36efdad65429c6b35815f5a08f10 # v1 with: anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }} github_token: ${{ secrets.GITHUB_TOKEN }} @@ -58,7 +58,7 @@ jobs: - name: Step 2 — Code of conduct check if: steps.check-state.outputs.issue_state == 'OPEN' id: conduct-check - uses: anthropics/claude-code-action@e5ad3c7725bc2459721893f88879fef9dbcf97b0 # v1 + uses: anthropics/claude-code-action@a874e9ecd7bb36efdad65429c6b35815f5a08f10 # v1 with: anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }} github_token: ${{ secrets.GITHUB_TOKEN }} @@ -83,7 +83,7 @@ jobs: # Only run label assignment for issue events (not comments) and only if issue is still open if: steps.check-state.outputs.issue_state == 'OPEN' && github.event_name == 'issues' id: assign-label - uses: anthropics/claude-code-action@e5ad3c7725bc2459721893f88879fef9dbcf97b0 # v1 + uses: anthropics/claude-code-action@a874e9ecd7bb36efdad65429c6b35815f5a08f10 # v1 with: anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }} github_token: ${{ secrets.GITHUB_TOKEN }} @@ -213,7 +213,7 @@ jobs: - name: Run content-fix skill id: content-fix if: steps.check-issue.outputs.issue_state == 'OPEN' && steps.check-issue.outputs.has_content_fix == 'true' - uses: anthropics/claude-code-action@e5ad3c7725bc2459721893f88879fef9dbcf97b0 # v1 + uses: anthropics/claude-code-action@a874e9ecd7bb36efdad65429c6b35815f5a08f10 # v1 env: REPO: ${{ github.repository }} with: @@ -343,7 +343,7 @@ jobs: - name: Run content-fix skill id: content-fix-followup if: steps.check-issue.outputs.issue_state == 'OPEN' && steps.check-issue.outputs.has_content_fix == 'true' - uses: anthropics/claude-code-action@e5ad3c7725bc2459721893f88879fef9dbcf97b0 # v1 + uses: anthropics/claude-code-action@a874e9ecd7bb36efdad65429c6b35815f5a08f10 # v1 env: REPO: ${{ github.repository }} COMMENT_BODY: ${{ github.event.comment.body }} diff --git a/.github/workflows/vale-autofix.yml b/.github/workflows/vale-autofix.yml index 81ef1a66f6..d4a39115c6 100644 --- a/.github/workflows/vale-autofix.yml +++ b/.github/workflows/vale-autofix.yml @@ -173,7 +173,7 @@ jobs: id: phase2 if: steps.vale-remaining.outputs.remaining > 0 continue-on-error: true - uses: anthropics/claude-code-action@e5ad3c7725bc2459721893f88879fef9dbcf97b0 # v1 + uses: anthropics/claude-code-action@a874e9ecd7bb36efdad65429c6b35815f5a08f10 # v1 env: GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: @@ -219,7 +219,7 @@ jobs: id: phase3 if: steps.bot-check.outputs.skip != 'true' && steps.changed-files.outputs.count > 0 continue-on-error: true - uses: anthropics/claude-code-action@e5ad3c7725bc2459721893f88879fef9dbcf97b0 # v1 + uses: anthropics/claude-code-action@a874e9ecd7bb36efdad65429c6b35815f5a08f10 # v1 env: GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: