Skip to content

build(deps): bump github/codeql-action from 4.37.2 to 4.37.3 - #293

Merged
richardmhope merged 1 commit into
mainfrom
claude/dependabot-prs-review-merge-76h0ap
Jul 29, 2026
Merged

build(deps): bump github/codeql-action from 4.37.2 to 4.37.3#293
richardmhope merged 1 commit into
mainfrom
claude/dependabot-prs-review-merge-76h0ap

Conversation

@richardmhope

Copy link
Copy Markdown
Collaborator

Summary

Bumps both github/codeql-action pins in .github/workflows/codeql.ymlinit and analyze — from 4.37.2 to 4.37.3 (e4fba868fa4b1b91e1fdab776edc8cfbe6e9fb81) in a single commit.

Dependabot split this into two PRs, #291 for init and #288 for analyze. The CodeQL action rejects a mixed pair, so each PR failed both of its Analyze jobs:

##[error]Loaded a configuration file for version '4.37.3', but running version '4.37.2'
CodeQL job status was configuration error.

Neither could land on its own, and merging either one first would have left CodeQL red on main until 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

  • Bug fix
  • New feature
  • Documentation
  • Refactor / tech debt
  • Other — dependency bump (CI workflow pin)

Checklist

  • ruff check . and ruff format --check . pass — no Python touched; CI re-runs both
  • pytest passes locally (Docker running for testcontainers) — no application code touched; CI runs the suite
  • Added or updated tests for the change — n/a, workflow pin only
  • Verified Tailwind compilation if templates/CSS/JS changed — n/a
  • Added an Alembic migration if the DB schema changed — n/a
  • Updated docs (README / CLAUDE.md / PLAN.md) as needed — n/a

Notes 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 main with all four already in.

🤖 Generated with Claude Code

https://claude.ai/code/session_01B1NFi5pLqgCswDdaSdRfEr


Generated by Claude Code

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
@richardmhope
richardmhope merged commit efce33b into main Jul 29, 2026
7 checks passed
@richardmhope
richardmhope deleted the claude/dependabot-prs-review-merge-76h0ap branch July 29, 2026 12:33
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>
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.

2 participants