From 275b466ee41a796cde0475e8715936dfa6d6168f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Aug 2026 20:36:27 +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](https://github.com/github/codeql-action). Updates `anthropics/claude-code-action` from 1.0.179 to 1.0.183 - [Release notes](https://github.com/anthropics/claude-code-action/releases) - [Commits](https://github.com/anthropics/claude-code-action/compare/b76a0776ae74036e77cd11018083743453d7ad35...be7b93b1907a4abad570368f3c74b6fe3807510b) Updates `github/codeql-action` from 4.37.1 to 4.37.3 - [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.1...v4.37.3) --- updated-dependencies: - dependency-name: anthropics/claude-code-action dependency-version: 1.0.183 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions-routine - dependency-name: github/codeql-action dependency-version: 4.37.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions-routine ... Signed-off-by: dependabot[bot] --- .github/workflows/claude-mention.yml | 2 +- .github/workflows/codeql.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/claude-mention.yml b/.github/workflows/claude-mention.yml index f58e9bf..593430d 100644 --- a/.github/workflows/claude-mention.yml +++ b/.github/workflows/claude-mention.yml @@ -50,7 +50,7 @@ jobs: echo "saved $(wc -c < /tmp/claude-mention-comment.txt) bytes" - name: Run Claude reply - uses: anthropics/claude-code-action@b76a0776ae74036e77cd11018083743453d7ad35 # v1.0.112: pin pre-regression, vedi anthropics/claude-code-action#1254 + uses: anthropics/claude-code-action@be7b93b1907a4abad570368f3c74b6fe3807510b # v1.0.112: pin pre-regression, vedi anthropics/claude-code-action#1254 with: claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }} claude_args: | diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index ddf1921..88dda22 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -33,10 +33,10 @@ jobs: - uses: actions/checkout@v7 with: persist-credentials: false - - uses: github/codeql-action/init@v4.37.1 + - uses: github/codeql-action/init@v4.37.3 with: languages: ${{ matrix.language }} queries: security-and-quality - - uses: github/codeql-action/analyze@v4.37.1 + - uses: github/codeql-action/analyze@v4.37.3 with: category: "/language:${{ matrix.language }}"