Skip to content

Commit 1c5bef4

Browse files
gtrrz-victorclaude
andcommitted
chore(deps): group codeql-action subaction bumps into one PR
github/codeql-action is a monorepo; init and analyze share one release SHA and must move together. When dependabot bumped them in separate PRs, the odd one out failed the CodeQL job: Loaded a configuration file for version X, but running version Y Add a github-actions dependabot group matching github/codeql-action* so all subactions bump together in a single PR. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent 0879510 commit 1c5bef4

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,3 +30,11 @@ updates:
3030
schedule:
3131
interval: "daily"
3232
open-pull-requests-limit: 5
33+
groups:
34+
# CodeQL subactions (init, analyze, ...) share one monorepo release and
35+
# must move together — a version mismatch fails the CodeQL job with
36+
# "Loaded a configuration file for version X, but running version Y".
37+
# Grouping bundles every github/codeql-action/* bump into one PR.
38+
codeql-action:
39+
patterns:
40+
- "github/codeql-action/*"

0 commit comments

Comments
 (0)