From 99469eccd92873e38af07071f9cb0f377db15e18 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Aug 2026 01:32:29 +0000 Subject: [PATCH] Bump anthropics/claude-code-action from 1.0.193 to 1.0.199 Bumps [anthropics/claude-code-action](https://github.com/anthropics/claude-code-action) from 1.0.193 to 1.0.199. - [Release notes](https://github.com/anthropics/claude-code-action/releases) - [Commits](https://github.com/anthropics/claude-code-action/compare/v1.0.193...v1.0.199) --- updated-dependencies: - dependency-name: anthropics/claude-code-action dependency-version: 1.0.199 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/triage.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/claude-code-review.yml b/.github/workflows/claude-code-review.yml index bcd8393c..b7d0ce43 100644 --- a/.github/workflows/claude-code-review.yml +++ b/.github/workflows/claude-code-review.yml @@ -24,7 +24,7 @@ jobs: - name: Run Claude Code Review id: claude-review - uses: anthropics/claude-code-action@v1.0.193 + uses: anthropics/claude-code-action@v1.0.199 with: anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }} plugin_marketplaces: 'https://github.com/anthropics/claude-code.git' diff --git a/.github/workflows/claude.yml b/.github/workflows/claude.yml index ec34118f..5f81f7a4 100644 --- a/.github/workflows/claude.yml +++ b/.github/workflows/claude.yml @@ -34,7 +34,7 @@ jobs: - name: Run Claude Code id: claude - uses: anthropics/claude-code-action@v1.0.193 + uses: anthropics/claude-code-action@v1.0.199 with: anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }} diff --git a/.github/workflows/triage.yml b/.github/workflows/triage.yml index 710ba11e..64f00df5 100644 --- a/.github/workflows/triage.yml +++ b/.github/workflows/triage.yml @@ -26,7 +26,7 @@ jobs: fetch-depth: 0 - name: Triage issue with Claude - uses: anthropics/claude-code-action@v1.0.193 + uses: anthropics/claude-code-action@v1.0.199 with: anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }} github_token: ${{ secrets.GITHUB_TOKEN }}