ci: group Dependabot's codeql-action bumps into one PR - #294
Merged
Conversation
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. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01B1NFi5pLqgCswDdaSdRfEr
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
Adds a
codeql-actiongroup to thegithub-actionsecosystem in.github/dependabot.yml, matchinggithub/codeql-action*.Dependabot treats
github/codeql-action/initandgithub/codeql-action/analyzeas two independent dependencies, but CodeQL treats them as one action — a run whose steps disagree on version aborts:So each CodeQL release arrived as two PRs that both failed their Analyze jobs, and neither could merge on its own: whichever landed first would leave
mainred until the other followed. 4.37.3 had to be landed by hand-combining #288 and #291 into #293. Grouping makes the two pins move together in a single PR.Only
github/codeql-action*is grouped — every other action continues to get its own PR, as today.Related issue
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
.github/dependabot.ymlis not covered by thelint-workflowsjob (zizmor and actionlint read.github/workflows/*), so CI will not validate this file — I checked it parses and that thegithub-actionsentry resolves to the intended structure. The real confirmation is the next CodeQL release arriving as one PR titled something likebump the codeql-action group.Grouping takes effect from the next scheduled run; it does not retroactively affect anything already open (nothing is).
🤖 Generated with Claude Code
https://claude.ai/code/session_01B1NFi5pLqgCswDdaSdRfEr
Generated by Claude Code