ci(codeql): bump init and analyze together to v4.37.3 - #1434
Merged
Conversation
Dependabot split the codeql-action bump into two PRs (#1398 init, #1399 analyze), but init and analyze must run the same action version: each PR alone fails its own analyze job with "Loaded a configuration file for version '4.37.3', but running version '4.36.2'". Bump both pins in one change instead. SHA verified against the upstream v4.37.3 tag. Signed-off-by: Martin Vogel <martin.vogel.tech@gmail.com>
DeusData
enabled auto-merge
August 4, 2026 15:17
This was referenced Aug 4, 2026
pull Bot
pushed a commit
to MrDolphin/codebase-memory-mcp
that referenced
this pull request
Aug 5, 2026
Same treatment as v4.37.3 (DeusData#1434): dependabot splits the codeql-action bump into init-only and analyze-only PRs (DeusData#1398, DeusData#1399 after their rebase to 4.37.4), but the two actions must run at the same version, so each split PR fails its own analyze job. SHA verified against the upstream v4.37.4 tag. Signed-off-by: Martin Vogel <martin.vogel.tech@gmail.com>
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.
Dependabot split the codeql-action 4.36.2 → 4.37.3 bump into two PRs (#1398 init-only, #1399 analyze-only). CodeQL requires init and analyze at the same version, so each PR alone fails its own
analyzejob with:This bumps both pins in one change. The SHA
e4fba868is verified to match the upstreamv4.37.3tag. Supersedes #1398 and #1399 (dependabot will close them once this lands).