chore(deps): bump github/codeql-action (init + analyze) from 4.37.5 to 4.37.6 - #4114
Merged
mnriem merged 2 commits intoAug 14, 2026
Merged
Conversation
Bumps [github/codeql-action/analyze](https://github.com/github/codeql-action) from 4.37.5 to 4.37.6. - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@d1ba80a...5595cca) --- updated-dependencies: - dependency-name: github/codeql-action/analyze dependency-version: 4.37.6 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Bump github/codeql-action/init to 5595cca (v4.37.6) so it matches the analyze bump already in this PR. init and analyze must be pinned to the same version; a mismatch fails CodeQL with "Loaded a configuration file for version '4.37.5', but running version '4.37.6'". This subsumes #4115. Also group github/codeql-action* in dependabot.yml so future bumps of init and analyze arrive as a single PR and can't drift apart again. Assisted-by: GitHub Copilot (model: Claude Opus 4.8, autonomous) Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> Copilot-Session: 6a01da34-7431-4ffc-84ee-e51ecf224334
Contributor
There was a problem hiding this comment.
Pull request overview
Updates both CodeQL workflow actions in lockstep and prevents future version drift.
Changes:
- Pins CodeQL
initandanalyzeto v4.37.6. - Groups CodeQL Dependabot updates.
Show a summary per file
| File | Description |
|---|---|
.github/workflows/codeql.yml |
Updates both CodeQL steps to the same verified commit. |
.github/dependabot.yml |
Groups future CodeQL action updates. |
Review details
馃挕 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
- Files reviewed: 2/2 changed files
- Comments generated: 0
- Review effort level: Balanced
mnriem
deleted the
dependabot/github_actions/github/codeql-action/analyze-4.37.6
branch
August 14, 2026 14:10
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps
github/codeql-actionfrom 4.37.5 to 4.37.6 for both theinitandanalyzesteps in.github/workflows/codeql.yml, pinning both to5595ccaf912efad79be6eef63a5619ff05969be3(v4.37.6).initandanalyzemust be pinned to the same version. Bumping only one leaves them mismatched, which fails CodeQL with:This is why this PR and #4115 each failed CI on their own. This PR now carries both bumps, so it supersedes and closes #4115.
Additionally,
.github/dependabot.ymlnow groupsgithub/codeql-action*so future updates toinitandanalyzearrive as a single PR and can't drift out of sync again.Updated on behalf of @mnriem by GitHub Copilot (model: Claude Opus 4.8). The added commit was authored autonomously; see its
Assisted-bytrailer.