Skip to content

ci(codeql): coordinated action bump + Dependabot grouping - #35

Merged
webdevsamran merged 1 commit into
mainfrom
chore/codeql-group
Sep 7, 2026
Merged

ci(codeql): coordinated action bump + Dependabot grouping#35
webdevsamran merged 1 commit into
mainfrom
chore/codeql-group

Conversation

@webdevsamran

@webdevsamran webdevsamran commented Sep 7, 2026

Copy link
Copy Markdown
Owner

Supersedes #28, #30, #31.

CodeQL needs init, autobuild and analyze on the same version. Dependabot was opening one PR per sub-action, so each left the trio skewed and analysis failed with Loaded a configuration file for version '4.37.9', but running version '4.37.7'.

  • bumps all three to v4.37.9 in one commit (SHA verified against the upstream tag)
  • adds a codeql Dependabot group so they always travel together

…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>
@chatgpt-codex-connector

Copy link
Copy Markdown

You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard.

@github-actions

github-actions Bot commented Sep 7, 2026

Copy link
Copy Markdown

API Verity — contract review

One comment per PR — updated on each push.

@webdevsamran
webdevsamran merged commit c559cb6 into main Sep 7, 2026
8 checks passed
@webdevsamran
webdevsamran deleted the chore/codeql-group branch September 7, 2026 04:24
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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant