From 9a8d8a800e98b8853a2239a494ab4ab116d56706 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Aug 2026 02:25:31 +0000 Subject: [PATCH] chore(deps): bump anthropics/claude-code-action from 1.0.187 to 1.0.193 Bumps [anthropics/claude-code-action](https://github.com/anthropics/claude-code-action) from 1.0.187 to 1.0.193. - [Release notes](https://github.com/anthropics/claude-code-action/releases) - [Commits](https://github.com/anthropics/claude-code-action/compare/1623c36729ac1cd5895198cded705a287de7db79...9d7150bc8a3dae8149739a88019d192b579ad90c) --- updated-dependencies: - dependency-name: anthropics/claude-code-action dependency-version: 1.0.193 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 122a9be66c..c522f9cdb5 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@1623c36729ac1cd5895198cded705a287de7db79 # v1 + uses: anthropics/claude-code-action@9d7150bc8a3dae8149739a88019d192b579ad90c # 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 aeb6f7b611..5fa2124a7d 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@1623c36729ac1cd5895198cded705a287de7db79 # v1 + uses: anthropics/claude-code-action@9d7150bc8a3dae8149739a88019d192b579ad90c # 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 546386c351..0ab54d4445 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@1623c36729ac1cd5895198cded705a287de7db79 # v1 + uses: anthropics/claude-code-action@9d7150bc8a3dae8149739a88019d192b579ad90c # 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@1623c36729ac1cd5895198cded705a287de7db79 # v1 + uses: anthropics/claude-code-action@9d7150bc8a3dae8149739a88019d192b579ad90c # 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 b6eabb514e..bb628f29b5 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@1623c36729ac1cd5895198cded705a287de7db79 # v1 + uses: anthropics/claude-code-action@9d7150bc8a3dae8149739a88019d192b579ad90c # 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@1623c36729ac1cd5895198cded705a287de7db79 # v1 + uses: anthropics/claude-code-action@9d7150bc8a3dae8149739a88019d192b579ad90c # 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@1623c36729ac1cd5895198cded705a287de7db79 # v1 + uses: anthropics/claude-code-action@9d7150bc8a3dae8149739a88019d192b579ad90c # 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@1623c36729ac1cd5895198cded705a287de7db79 # v1 + uses: anthropics/claude-code-action@9d7150bc8a3dae8149739a88019d192b579ad90c # 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@1623c36729ac1cd5895198cded705a287de7db79 # v1 + uses: anthropics/claude-code-action@9d7150bc8a3dae8149739a88019d192b579ad90c # 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 0354ab00fd..0864b83ea9 100644 --- a/.github/workflows/vale-autofix.yml +++ b/.github/workflows/vale-autofix.yml @@ -144,7 +144,7 @@ jobs: id: phase2 if: steps.vale-remaining.outputs.remaining > 0 continue-on-error: true - uses: anthropics/claude-code-action@1623c36729ac1cd5895198cded705a287de7db79 # v1 + uses: anthropics/claude-code-action@9d7150bc8a3dae8149739a88019d192b579ad90c # v1 env: GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: @@ -190,7 +190,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@1623c36729ac1cd5895198cded705a287de7db79 # v1 + uses: anthropics/claude-code-action@9d7150bc8a3dae8149739a88019d192b579ad90c # v1 env: GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: