Skip to content

Group CodeQL action updates in Dependabot - #21

Open
muir wants to merge 1 commit into
masterfrom
dependabot-codeql-grouping
Open

Group CodeQL action updates in Dependabot#21
muir wants to merge 1 commit into
masterfrom
dependabot-codeql-grouping

Conversation

@muir

@muir muir commented Aug 28, 2026

Copy link
Copy Markdown

This PR groups CodeQL action updates in Dependabot to ensure that init/autobuild/analyze steps stay on the same version.

The init, autobuild, and analyze steps must stay on the same version, so they have to be bumped in a single pull request.

This change adds a groups configuration to .github/dependabot.yml that groups all github/codeql-action* updates together.

Related to: singlestore-labs/events#192


Note

Low Risk
Only changes Dependabot grouping; no runtime or CI workflow logic is modified.

Overview
Adds a Dependabot group for the github-actions ecosystem so all github/codeql-action* bumps land in one PR.

That keeps init, autobuild, and analyze in .github/workflows/codeql.yml on the same version instead of split across separate Dependabot updates.

Reviewed by Cursor Bugbot for commit 88c3ede. Configure here.

@muir
muir requested review from a team and pmishchenko-ua as code owners August 28, 2026 19:46

@cursor cursor Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cursor Bugbot has reviewed your changes using default effort and found 1 potential issue.

Fix All in Cursor

Bugbot Autofix prepared a fix for the issue found in the latest run.

  • ✅ Fixed: Duplicate groups key ignores CodeQL grouping
    • Merged the duplicate groups keys under github-actions into one mapping so both codeql-action and all-dependencies are applied.

Create PR

Or push these changes by commenting:

@cursor push 4b6745b106
Preview (4b6745b106)
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -24,7 +24,6 @@ updates:
       codeql-action:
         patterns:
           - "github/codeql-action*"
-    groups:
       all-dependencies:
         patterns:
           - "*"

@@ -24,7 +24,6 @@ updates:
       codeql-action:
         patterns:
           - "github/codeql-action*"
-    groups:
       all-dependencies:
         patterns:
           - "*"

You can send follow-ups to the cloud agent here.

Reviewed by Cursor Bugbot for commit 88c3ede. Configure here.

Comment thread .github/dependabot.yml
# have to be bumped in a single pull request.
codeql-action:
patterns:
- "github/codeql-action*"

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Duplicate groups key ignores CodeQL grouping

Medium Severity

The github-actions update defines two sibling groups keys. YAML last-wins parsing discards the first mapping, so the codeql-action group is ignored and Dependabot never applies the intended CodeQL grouping.

Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit 88c3ede. Configure here.

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