Skip to content

ci: group codeql-action dependabot bumps - #6

Merged
arr-wf merged 1 commit into
mainfrom
fix/group-codeql-action-dependabot-bumps
Aug 20, 2026
Merged

ci: group codeql-action dependabot bumps#6
arr-wf merged 1 commit into
mainfrom
fix/group-codeql-action-dependabot-bumps

Conversation

@arr-wf

@arr-wf arr-wf commented Aug 20, 2026

Copy link
Copy Markdown
Contributor

Summary

  • github/codeql-action/init, /analyze, and /upload-sarif are separate actions in the same repo; Dependabot bumped them in three independent PRs instead of together.
  • CodeQL requires init and analyze to run the same version — two of the open PRs (analyze-4.37.7, init-4.37.7) fail CI with Loaded a configuration file for version '4.37.7', but running version '4.37.6' because each PR only bumps one side.
  • Adds a codeql-action group to dependabot.yml's github-actions ecosystem so all three move together going forward.

Test plan

  • Merge, then close the three stale individual PRs (analyze-4.37.7, init-4.37.7, upload-sarif-4.37.7) — Dependabot will re-open a single grouped PR on its next run (or trigger manually via the Dependabot UI)
  • Confirm the resulting grouped PR's codeql check passes

init/analyze/upload-sarif are three separate actions under
github/codeql-action, so dependabot bumped them independently across
three PRs. init and analyze must match versions; two of those PRs
(analyze-4.37.7, init-4.37.7) failed CI with a version mismatch since
each only bumped one side. Grouping them ensures they move together.
@arr-wf
arr-wf merged commit 95ca81c into main Aug 20, 2026
13 checks passed
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