chore(ci): bump github/codeql-action to v4.37.6 in one commit - #309
Merged
Merged
Conversation
Dependabot opened init (#278), autobuild (#276), and analyze (#279) as three separate PRs, each bumping one step of .github/workflows/codeql.yml to 5595ccaf (v4.37.6). CodeQL requires every codeql-action step in a run to be the same version, so each PR on its own left init/autobuild/analyze mismatched and the Analyze (javascript-typescript) job failed on all three. They also all edit the same file, so merging any one makes the other two conflict. Bumping all three refs together is the only form of this change that can pass CI. Supersedes #276, #278, and #279.
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.
Consolidates dependabot PRs #276, #278, and #279 into one commit.
Why they can't merge individually
.github/workflows/codeql.ymlpinsinit,autobuild, andanalyzeto a single shared SHA (8aad20d, v4.36.2). Dependabot opened one PR per step, each moving only its own ref to5595ccaf(v4.37.6).CodeQL requires every
codeql-actionstep in a run to be the same version. Each PR on its own therefore leaves the three steps mismatched, andAnalyze (javascript-typescript)fails — confirmed red on all three (#276, #278, #279 are allUNSTABLEwith that one job failing whilebuild-and-test,Charter Governance, and CodeQL's own check pass).They also all edit the same file, so merging any one of them makes the other two conflict.
Change
All three refs moved to
5595ccaf912efad79be6eef63a5619ff05969be3(v4.37.6) in a single commit — the same target SHA all three dependabot PRs point at.actions/checkouton line 28 is untouched; that bump is #280.Verification
Green
Analyze (javascript-typescript)on this PR is the check that matters — it is the exact job that fails on all three superseded PRs.Closes #276
Closes #278
Closes #279