From 4edc8b0004daa154c68642b256b3862e537c6b63 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Aug 2026 11:47:17 +0000 Subject: [PATCH] chore(github): Bump the github-actions-minor-patch group with 2 updates Bumps the github-actions-minor-patch group with 2 updates: [github/codeql-action](https://github.com/github/codeql-action) and [anthropics/claude-code-action](https://github.com/anthropics/claude-code-action). Updates `github/codeql-action` from 4.37.7 to 4.37.8 - [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/v4.37.7...v4.37.8) Updates `anthropics/claude-code-action` from 1.0.136 to 1.0.199 - [Release notes](https://github.com/anthropics/claude-code-action/releases) - [Commits](https://github.com/anthropics/claude-code-action/compare/0b1b62002952733671bde978d429b50b51c51c85...dcb57747bfceeaa1fa72638cae52295d1d853d4a) --- updated-dependencies: - dependency-name: github/codeql-action dependency-version: 4.37.8 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions-minor-patch - dependency-name: anthropics/claude-code-action dependency-version: 1.0.199 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions-minor-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/codeql.yml | 4 ++-- .github/workflows/eval_crate.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index ac8d8f65..0cb33deb 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -25,7 +25,7 @@ jobs: uses: actions/checkout@v7 - name: Initialize CodeQL - uses: github/codeql-action/init@v4.37.7 + uses: github/codeql-action/init@v4.37.8 with: languages: rust # Rust's CodeQL extractor does not support `autobuild` (it errors @@ -36,4 +36,4 @@ jobs: queries: +security-and-quality - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@v4.37.7 + uses: github/codeql-action/analyze@v4.37.8 diff --git a/.github/workflows/eval_crate.yml b/.github/workflows/eval_crate.yml index 15473f72..782d7051 100644 --- a/.github/workflows/eval_crate.yml +++ b/.github/workflows/eval_crate.yml @@ -310,7 +310,7 @@ jobs: echo "AWS_SESSION_TOKEN=" >> "$GITHUB_ENV" - name: Run the eval-crate skill - uses: anthropics/claude-code-action@0b1b62002952733671bde978d429b50b51c51c85 # v1.0.136 + uses: anthropics/claude-code-action@dcb57747bfceeaa1fa72638cae52295d1d853d4a # v1.0.199 env: AWS_BEARER_TOKEN_BEDROCK: ${{ env.AWS_BEARER_TOKEN_BEDROCK }} AWS_REGION: us-west-2