chore(deps): bump github/codeql-action to 4.37.1#31
Closed
mnriem wants to merge 1 commit into
Closed
Conversation
Bump both the init and analyze steps of github/codeql-action from 4.36.2 to 4.37.1 (7188fc3) so their versions match. PR github#3571 only bumped the init step, which left analyze on 4.36.2 and caused CodeQL to fail with "Loaded a configuration file for version '4.37.1', but running version '4.36.2'". Assisted-by: GitHub Copilot (model: Claude Opus 4.8, autonomous) Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> Copilot-Session: 366de57d-a5d8-4cf5-a767-3548b3f5fd88
Owner
Author
|
Superseded: pushed the analyze-step fix directly to the upstream PR github#3571 instead. |
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.
Summary
Bumps both the
initandanalyzesteps ofgithub/codeql-actionfrom 4.36.2 to 4.37.1 (7188fc3) so their versions match.Why
This supersedes/completes Dependabot PR github#3571, which bumped only
github/codeql-action/initto 4.37.1 while leavinggithub/codeql-action/analyzeon 4.36.2. The version mismatch caused the CodeQLAnalyzejobs to fail:Both
codeql-actionsteps must reference the same release. This change keeps them in lockstep at 4.37.1.Changes
.github/workflows/codeql.yml:initandanalyzeboth pinned to7188fc363630916deb702c7fdcf4e481b751f97a(v4.37.1)Authored autonomously by GitHub Copilot (model: Claude Opus 4.8) on behalf of @mnriem.