From d034fae34d603137fa5c5cd020753aa76fe659f5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jul 2026 10:20:16 +0000 Subject: [PATCH] chore(deps): bump the actions-routine group with 4 updates Bumps the actions-routine group with 4 updates: [actions/setup-go](https://github.com/actions/setup-go), [actions/cache](https://github.com/actions/cache), [anthropics/claude-code-action](https://github.com/anthropics/claude-code-action) and [github/codeql-action](https://github.com/github/codeql-action). Updates `actions/setup-go` from 6.4.0 to 7.0.0 - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](https://github.com/actions/setup-go/compare/v6.4.0...v7.0.0) Updates `actions/cache` from 5.0.5 to 6.1.0 - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](https://github.com/actions/cache/compare/v5.0.5...v6.1.0) Updates `anthropics/claude-code-action` from 1.0.154 to 1.0.179 - [Release notes](https://github.com/anthropics/claude-code-action/releases) - [Commits](https://github.com/anthropics/claude-code-action/compare/30544b674398ee15c84819bd87caf8a87e8c7b55...b76a0776ae74036e77cd11018083743453d7ad35) Updates `github/codeql-action` from 4 to 4.37.1 - [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...v4.37.1) --- updated-dependencies: - dependency-name: actions/setup-go dependency-version: 7.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions-routine - dependency-name: actions/cache dependency-version: 6.1.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions-routine - dependency-name: anthropics/claude-code-action dependency-version: 1.0.179 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions-routine - dependency-name: github/codeql-action dependency-version: 4.37.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions-routine ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 6 +++--- .github/workflows/claude-mention.yml | 2 +- .github/workflows/codeql.yml | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6b57434..a3cef7c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,7 +18,7 @@ jobs: uses: actions/checkout@v7 - name: Set up Go - uses: actions/setup-go@v6.4.0 + uses: actions/setup-go@v7.0.0 with: go-version-file: go.mod cache: true @@ -51,7 +51,7 @@ jobs: bun-version: "1" - name: Cache Bun dependencies - uses: actions/cache@v5.0.5 + uses: actions/cache@v6.1.0 with: path: | ~/.bun/install/cache @@ -95,7 +95,7 @@ jobs: uses: actions/checkout@v7 - name: Set up Go - uses: actions/setup-go@v6.4.0 + uses: actions/setup-go@v7.0.0 with: go-version-file: go.mod cache: true diff --git a/.github/workflows/claude-mention.yml b/.github/workflows/claude-mention.yml index 7404c33..f58e9bf 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@30544b674398ee15c84819bd87caf8a87e8c7b55 # v1.0.112: pin pre-regression, vedi anthropics/claude-code-action#1254 + uses: anthropics/claude-code-action@b76a0776ae74036e77cd11018083743453d7ad35 # 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 c4942de..ddf1921 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 + - uses: github/codeql-action/init@v4.37.1 with: languages: ${{ matrix.language }} queries: security-and-quality - - uses: github/codeql-action/analyze@v4 + - uses: github/codeql-action/analyze@v4.37.1 with: category: "/language:${{ matrix.language }}"