build(deps): bump github/codeql-action from 4.37.2 to 4.37.3 - #293
Merged
Conversation
Dependabot split this bump across two PRs — #291 for init and #288 for analyze — but the CodeQL action refuses a mixed pair: analyze aborts with "Loaded a configuration file for version '4.37.3', but running version '4.37.2'", so both PRs failed their Analyze jobs and neither could land on its own. Bump both refs in one commit instead. 4.37.3 has no user-facing changes. Closes #288 Closes #291 Co-Authored-By: Claude Opus 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01B1NFi5pLqgCswDdaSdRfEr
11 tasks
richardmhope
added a commit
that referenced
this pull request
Jul 29, 2026
Dependabot treats github/codeql-action/init and github/codeql-action/analyze as two dependencies, but CodeQL treats them as one action: a run whose steps disagree on version aborts with "Loaded a configuration file for version '4.37.3', but running version '4.37.2'". So every CodeQL release produced two PRs that each failed their Analyze jobs, and neither could merge on its own — 4.37.3 had to be landed by hand-combining #288 and #291 into #293. Group them so the two pins always move together in a single PR. Claude-Session: https://claude.ai/code/session_01B1NFi5pLqgCswDdaSdRfEr Co-authored-by: Claude <noreply@anthropic.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.
Summary
Bumps both
github/codeql-actionpins in.github/workflows/codeql.yml—initandanalyze— from 4.37.2 to 4.37.3 (e4fba868fa4b1b91e1fdab776edc8cfbe6e9fb81) in a single commit.Dependabot split this into two PRs, #291 for
initand #288 foranalyze. The CodeQL action rejects a mixed pair, so each PR failed both of its Analyze jobs:Neither could land on its own, and merging either one first would have left CodeQL red on
mainuntil the other followed. Bumping both refs together is the fix. Upstream 4.37.3 has no user-facing changes.Related issue
Closes #288
Closes #291
Type of change
Checklist
ruff check .andruff format --check .pass — no Python touched; CI re-runs bothpytestpasses locally (Docker running for testcontainers) — no application code touched; CI runs the suiteNotes for reviewers
The check to watch is Analyze (python) and Analyze (javascript-typescript) — those are the two that failed on #288 and #291 and should now be green with the pins matched. The remaining four Dependabot PRs from this batch (#287 checkout, #289 docker/login-action, #290 setup-uv, #292 the grouped Python bump) were reviewed and merged separately; this branch is cut from
mainwith all four already in.🤖 Generated with Claude Code
https://claude.ai/code/session_01B1NFi5pLqgCswDdaSdRfEr
Generated by Claude Code