chore(deps): bump github/codeql-action to v4.38.0 and group it - #178
Merged
Merged
Conversation
All four action paths of one codeql-action release share a SHA, so bumping one path strands the siblings at v4.37.9 and CodeQL fails on the mismatch. The three in codeql.yml edit the same file, so the per-path PRs also conflict with each other. Bump all four together, and group github/codeql-action* so dependabot opens one PR per release. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_015QRxFm1Z1kE9iraPspwr7j
imran-siddique
requested review from
a team,
carloshvp and
zohebk8s
as code owners
September 14, 2026 19:14
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.
Two changes that belong together: bump every
github/codeql-actionpin tov4.38.0(b96794f015dfd88f77b49b1c93e0fa7110f94c63), and group the action independabot.ymlso this does not recur.The bump
init,autobuildandanalyzeincodeql.yml,upload-sarifinscorecard.yml. All four paths of one release share a SHA, so bumping a single path leaves the siblings atv4.37.9and CodeQL fails on the mismatch. The three incodeql.ymlalso edit the same file, so dependabot's per-path PRs could not be merged back to back either.The group
github/codeql-action*is grouped so the next release arrives as one PR rather than four. Deliberately narrow: other action updates keep their own PRs, because the problem is specific to a dependency that breaks when split.The same pair landed in agent-manifest, demos, examples and integrations earlier today, and agent-manifest has already produced a single grouped PR on the next release, which is the config working as intended.
Supersedes the four per-path dependabot PRs in this repository, closed against this one.