From a4e0d370a567b5fb9e5daa4a0d59809eddbda773 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Aug 2026 21:10:36 +0000 Subject: [PATCH] chore(deps): Bump the actions-routine group with 2 updates Bumps the actions-routine group with 2 updates: [anthropics/claude-code-action](https://github.com/anthropics/claude-code-action) and [github/codeql-action/upload-sarif](https://github.com/github/codeql-action). Updates `anthropics/claude-code-action` from 1.0.199 to 1.0.210 - [Release notes](https://github.com/anthropics/claude-code-action/releases) - [Commits](https://github.com/anthropics/claude-code-action/compare/dcb57747bfceeaa1fa72638cae52295d1d853d4a...a874e9ecd7bb36efdad65429c6b35815f5a08f10) Updates `github/codeql-action/upload-sarif` from 4.37.8 to 4.37.9 - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/github/codeql-action/compare/db488ddef3bf6cb639b32c2e9a7c0a7ea8271d28...cdf488f595d80d6e07e03d4674febd5ab45fa938) --- updated-dependencies: - dependency-name: anthropics/claude-code-action dependency-version: 1.0.210 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions-routine - dependency-name: github/codeql-action/upload-sarif dependency-version: 4.37.9 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions-routine ... Signed-off-by: dependabot[bot] --- .github/workflows/claude-responder.yml | 2 +- .github/workflows/claude-review.yml | 2 +- .github/workflows/scorecard.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/claude-responder.yml b/.github/workflows/claude-responder.yml index ccf489c..4b01a49 100644 --- a/.github/workflows/claude-responder.yml +++ b/.github/workflows/claude-responder.yml @@ -68,7 +68,7 @@ jobs: - name: Run Claude Code id: claude - uses: anthropics/claude-code-action@dcb57747bfceeaa1fa72638cae52295d1d853d4a # v1 + uses: anthropics/claude-code-action@a874e9ecd7bb36efdad65429c6b35815f5a08f10 # v1 env: CLAUDE_CODE_MAX_OUTPUT_TOKENS: ${{ inputs.output_max_tokens }} with: diff --git a/.github/workflows/claude-review.yml b/.github/workflows/claude-review.yml index 3be35a5..9ed6c0d 100644 --- a/.github/workflows/claude-review.yml +++ b/.github/workflows/claude-review.yml @@ -65,7 +65,7 @@ jobs: - name: Run Claude Code Review id: claude continue-on-error: true - uses: anthropics/claude-code-action@dcb57747bfceeaa1fa72638cae52295d1d853d4a # v1 + uses: anthropics/claude-code-action@a874e9ecd7bb36efdad65429c6b35815f5a08f10 # v1 with: claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }} allowed_bots: ${{ inputs.allowed_bots }} diff --git a/.github/workflows/scorecard.yml b/.github/workflows/scorecard.yml index 925fd44..639e29a 100644 --- a/.github/workflows/scorecard.yml +++ b/.github/workflows/scorecard.yml @@ -56,6 +56,6 @@ jobs: retention-days: 5 - name: Upload to code-scanning dashboard - uses: github/codeql-action/upload-sarif@db488ddef3bf6cb639b32c2e9a7c0a7ea8271d28 # v4.37.8 + uses: github/codeql-action/upload-sarif@cdf488f595d80d6e07e03d4674febd5ab45fa938 # v4.37.9 with: sarif_file: results.sarif