From 2b6e07040f5279a7be5975f65fb0f2596853e433 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Aug 2026 08:43:45 +0200 Subject: [PATCH] Bump anthropics/claude-code-action from 1.0.187 to 1.0.193 (#2984) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/daily_ai_fix.yaml | 2 +- .github/workflows/on_claude_mention.yml | 2 +- .github/workflows/on_issue_approved.yaml | 2 +- .github/workflows/on_issues_ai_triage.yaml | 2 +- .github/workflows/on_pr_coderabbit.yml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/daily_ai_fix.yaml b/.github/workflows/daily_ai_fix.yaml index 2fbce24e09..b4b8114cc9 100644 --- a/.github/workflows/daily_ai_fix.yaml +++ b/.github/workflows/daily_ai_fix.yaml @@ -125,7 +125,7 @@ jobs: - name: Analyse and fix if: steps.batch.outputs.count != '0' - uses: anthropics/claude-code-action@1623c36729ac1cd5895198cded705a287de7db79 # v1 + uses: anthropics/claude-code-action@9d7150bc8a3dae8149739a88019d192b579ad90c # v1 with: claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }} # Skip the OIDC -> Claude App token exchange. The scheduled path diff --git a/.github/workflows/on_claude_mention.yml b/.github/workflows/on_claude_mention.yml index d968fccfe6..fbbf237eb1 100644 --- a/.github/workflows/on_claude_mention.yml +++ b/.github/workflows/on_claude_mention.yml @@ -64,7 +64,7 @@ jobs: fetch-depth: 1 - name: Run Claude Code - uses: anthropics/claude-code-action@1623c36729ac1cd5895198cded705a287de7db79 # v1 + uses: anthropics/claude-code-action@9d7150bc8a3dae8149739a88019d192b579ad90c # v1 with: claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }} # AI_PR_TOKEN, not GITHUB_TOKEN, so a PR Claude opens triggers CI. diff --git a/.github/workflows/on_issue_approved.yaml b/.github/workflows/on_issue_approved.yaml index a504193fab..d43b2d58bd 100644 --- a/.github/workflows/on_issue_approved.yaml +++ b/.github/workflows/on_issue_approved.yaml @@ -135,7 +135,7 @@ jobs: - name: Execute the plan if: steps.bundle.outputs.has_plan == 'true' - uses: anthropics/claude-code-action@1623c36729ac1cd5895198cded705a287de7db79 # v1 + uses: anthropics/claude-code-action@9d7150bc8a3dae8149739a88019d192b579ad90c # v1 with: claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }} # Skip the OIDC -> Claude App token exchange, which 401s whenever diff --git a/.github/workflows/on_issues_ai_triage.yaml b/.github/workflows/on_issues_ai_triage.yaml index a1313c3d01..63c97de0f4 100644 --- a/.github/workflows/on_issues_ai_triage.yaml +++ b/.github/workflows/on_issues_ai_triage.yaml @@ -166,7 +166,7 @@ jobs: id: classify if: github.event_name != 'issue_comment' || steps.claim.outputs.go == 'true' continue-on-error: true - uses: anthropics/claude-code-action@1623c36729ac1cd5895198cded705a287de7db79 # v1 + uses: anthropics/claude-code-action@9d7150bc8a3dae8149739a88019d192b579ad90c # v1 with: claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }} # Without this the action falls back to the OIDC -> Claude App token diff --git a/.github/workflows/on_pr_coderabbit.yml b/.github/workflows/on_pr_coderabbit.yml index fca7f57e6a..4bf47545d8 100644 --- a/.github/workflows/on_pr_coderabbit.yml +++ b/.github/workflows/on_pr_coderabbit.yml @@ -79,7 +79,7 @@ jobs: - name: Address CodeRabbit comments if: steps.claim.outputs.go == 'true' - uses: anthropics/claude-code-action@1623c36729ac1cd5895198cded705a287de7db79 # v1 + uses: anthropics/claude-code-action@9d7150bc8a3dae8149739a88019d192b579ad90c # v1 with: claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }} # Skip the OIDC -> Claude App token exchange, which 401s whenever