chore(deps): bump github/codeql-action init+analyze to v4.37.9 together - #1945
Open
DeusData wants to merge 1 commit into
Open
chore(deps): bump github/codeql-action init+analyze to v4.37.9 together#1945DeusData wants to merge 1 commit into
DeusData wants to merge 1 commit into
Conversation
Dependabot split this bump across two PRs -- #1898 bumps init, #1900 bumps analyze -- but codeql-action requires every step in a workflow to run the same version. Either PR alone produces a mismatch and analyze fails with: Loaded a configuration file for version '4.37.4', but running version '4.37.9' so neither can be green on its own, and merging either would leave main's CodeQL job broken for every subsequent PR. Bump both pins in one commit. Pin verified: cdf488f595d80d6e07e03d4674febd5ab45fa938 is the commit that the annotated tag v4.37.9 dereferences to in github/codeql-action. Supersedes #1898 and #1900. Signed-off-by: Martin Vogel <martin.vogel.tech@gmail.com>
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.
Dependabot split this bump across two PRs — #1898 (
init) and #1900 (analyze) — butcodeql-actionrequires every step in a workflow to run the same version. Either PR alone produces a mismatch, andanalyzefails fast with:So neither dependabot PR can ever be green on its own, and merging either one would leave
main's CodeQL job broken for every subsequent PR in the queue.This bumps both pins in a single commit.
Pin verification:
cdf488f595d80d6e07e03d4674febd5ab45fa938is the commit that the annotated tagv4.37.9dereferences to ingithub/codeql-action..github/workflows/codeql.ymlis the only workflow usinginit/analyze;scorecard.ymluses onlyupload-sarifand was bumped independently in #1899.Supersedes #1898 and #1900.