Group github/codeql-action bumps into a single dependabot PR#1028
Merged
Conversation
The codeql-action init/autobuild/analyze steps must all run the same version. When dependabot split the 4.36.2 -> 4.36.3 bump into three per-sub-action PRs (apache#1023, apache#1024, apache#1025), each caused a version mismatch that failed the Analyze jobs; they had to be consolidated by hand. Add a dependabot group matching github/codeql-action* so future bumps land in one PR that moves all steps together. Generated-by: Claude Opus 4.8 (1M context)
This was referenced Jul 10, 2026
wgtmac
pushed a commit
to apache/iceberg-cpp
that referenced
this pull request
Jul 11, 2026
…826) Thus, dependabot can update these two jobs in a single PR: https://github.com/apache/iceberg-cpp/blob/f4f6359fa9a95bde4bb2627bd8a5d45273644294/.github/workflows/codeql.yml#L56-L62 - apache/infrastructure-actions#1028
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.
The codeql-action
init/autobuild/analyzesteps must all run the same version. When dependabot split the 4.36.2 -> 4.36.3 bump into three per-sub-action PRs (#1023, #1024, #1025), each caused a version mismatch that failed the Analyze jobs, and they had to be consolidated by hand into #1023.This adds a dependabot
groupsentry matchinggithub/codeql-action*on the/.github/workflowsgithub-actions block, so future codeql-action bumps land in a single PR that moves all steps together.