Bump setup-dotnet and all four CodeQL action refs together - #13
Merged
Merged
Conversation
…ogether Dependabot split the CodeQL bump across two PRs — analyze in #4, upload-sarif in #6 — but this workflow pins init, autobuild, analyze and upload-sarif separately, and they must move as a set. #4 duly failed both CodeQL jobs: analyze at v4 against init at v3 is a version skew, not a flake. Bumping all four in one commit is the only form of this change that can pass. setup-dotnet is folded in here too because #2 could no longer merge cleanly once the checkout bump touched the same files.
This was referenced Aug 1, 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.
Supersedes #2, #4 and #6.
Dependabot raised the CodeQL bump as two PRs —
analyze(#4) andupload-sarif(#6) — but this workflow pinsinit,autobuild,analyzeandupload-sarifseparately and they must move as a set. #4 failed both CodeQL jobs for exactly that reason:analyzeat v4 againstinitat v3 is a version skew, not a flake. All four move together here, which is the only form of this change that can pass.setup-dotnetv6 is folded in because #2 could no longer merge cleanly once thecheckoutbump (#1) touched the same files.Already merged separately: #1 (checkout v7), #3 (attest-build-provenance v4), #7 (Verify.XunitV3).