chore(deps): bump codeql-action to v4.37.0 across all steps#63
Merged
Conversation
Dependabot's #57 bumped only github/codeql-action/init to v4.37.0, leaving autobuild and analyze at v4.36.2. CodeQL refuses to run with mismatched step versions ('Loaded a configuration file for version 4.37.0, but running version 4.36.2'), failing the Analyze job. Move init, autobuild, and analyze together to v4.37.0, and add a Dependabot group so codeql-action sub-actions are bumped in a single PR going forward. Supersedes #57.
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
Bump all three
github/codeql-actionsub-actions (init,autobuild,analyze) incodeql.ymlto v4.37.0 together, and add a Dependabot group so they can't drift apart again.Motivation
Supersedes #57. Dependabot bumped only
codeql-action/initto v4.37.0, leavingautobuild/analyzeat v4.36.2. CodeQL fails when its step versions differ:Changes
codeql.yml:init,autobuild,analyze→99df26d(v4.37.0)dependabot.yml: addcodeql-actiongroup to the github-actions ecosystem so all sub-actions bump in one PRTest plan
Analyze (actions)job going green is the verificationNotes for reviewers
99df26d) applies to all three sub-actions — they're subdirectories of the onegithub/codeql-actionrepo at tag v4.37.0.