ci(codeql): coordinated action bump + Dependabot grouping - #35
Merged
Conversation
…ates CodeQL requires init, autobuild and analyze to be the same version. Dependabot was opening one PR per sub-action, so each PR moved exactly one of the three and the analysis failed: Loaded a configuration file for version '4.37.9', but running version '4.37.7' That is why #28, #30 and #31 all sat red -- individually correct bumps that cannot pass in isolation. They are superseded by this single coordinated move to v4.37.9 (commit cdf488f, verified against the upstream v4.37.9 tag object). The `codeql` group in dependabot.yml stops it recurring: all three sub-actions now arrive in one PR. Other actions are grouped separately so a routine bump does not get entangled with a scanner upgrade. DevRepro Doctor already groups its actions and its CodeQL bumps pass -- this brings the same fix here. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
|
You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard. |
API Verity — contract reviewOne comment per PR — updated on each push. |
This was referenced Sep 7, 2026
webdevsamran
added a commit
that referenced
this pull request
Sep 7, 2026
…ates (#35) CodeQL requires init, autobuild and analyze to be the same version. Dependabot was opening one PR per sub-action, so each PR moved exactly one of the three and the analysis failed: Loaded a configuration file for version '4.37.9', but running version '4.37.7' That is why #28, #30 and #31 all sat red -- individually correct bumps that cannot pass in isolation. They are superseded by this single coordinated move to v4.37.9 (commit cdf488f, verified against the upstream v4.37.9 tag object). The `codeql` group in dependabot.yml stops it recurring: all three sub-actions now arrive in one PR. Other actions are grouped separately so a routine bump does not get entangled with a scanner upgrade. DevRepro Doctor already groups its actions and its CodeQL bumps pass -- this brings the same fix here.
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.
Supersedes #28, #30, #31.
CodeQL needs
init,autobuildandanalyzeon the same version. Dependabot was opening one PR per sub-action, so each left the trio skewed and analysis failed withLoaded a configuration file for version '4.37.9', but running version '4.37.7'.codeqlDependabot group so they always travel together