build(deps): bump both codeql-action pins to v4.37.7 together - #1103
Merged
Conversation
Dependabot opened these as two pull requests, #1100 for analyze and #1102 for init. Each alone leaves init and analyze on different versions, and CodeQL refuses that mismatch, so both failed Analyze (python) while looking like ordinary green-able dependency bumps. Bumping both pins in one commit is the only shape that passes. This replaces #1100 and #1102, which are closed. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
This was referenced Aug 20, 2026
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.
Why one pull request instead of two
Dependabot split this into #1100 (
analyze) and #1102 (init).codeql.ymlpins both to the same commit, and CodeQL refuses a run whereinitandanalyzeare different versions. So each pull request on its own failsAnalyze (python):Bumping both in one commit is the only shape that can pass. This replaces #1100 and #1102, which are closed with a pointer here.
This is the same split-CodeQL pattern that was already hit and fixed once in
openadapt-capture.Checks
actionlintclean, YAML parses, exactly two lines change and both are the pinned SHA.🤖 Generated with Claude Code