Bump github/codeql-action init and analyze together to v4.37.3 - #16050
Open
borinquenkid wants to merge 1 commit into
Open
Bump github/codeql-action init and analyze together to v4.37.3#16050borinquenkid wants to merge 1 commit into
borinquenkid wants to merge 1 commit into
Conversation
The init and analyze steps must use matching codeql-action versions, or the Analyze job fails with "Loaded a configuration file for version X, but running version Y". Dependabot proposed the two bumps as separate PRs (#16039 init-only, #16036 analyze-only), each of which breaks CI on its own since the other step is left behind. This bumps both together. Closes #16039, closes #16036 Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
This was referenced Jul 25, 2026
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the repository’s CodeQL GitHub Actions workflow to keep the init and analyze steps on the same github/codeql-action version, avoiding CI failures caused by mismatched action versions.
Changes:
- Bump
github/codeql-action/initfrom v4.36.0 to v4.37.3 (pinned SHA updated). - Bump
github/codeql-action/analyzefrom v4.36.0 to v4.37.3 (pinned SHA updated). - Ensure both steps use the same pinned SHA/version to prevent the
Analyze (java)job mismatch error.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## 8.0.x #16050 +/- ##
==================================================
- Coverage 51.4879% 51.4649% -0.0230%
+ Complexity 17761 17753 -8
==================================================
Files 2039 2039
Lines 95537 95537
Branches 16571 16571
==================================================
- Hits 49190 49168 -22
- Misses 39042 39065 +23
+ Partials 7305 7304 -1 🚀 New features to boost your workflow:
|
✅ All tests passed ✅🏷️ Commit: 528a41b Learn more about TestLens at testlens.app. |
jdaugherty
approved these changes
Jul 26, 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.
Summary
github/codeql-action/initandgithub/codeql-action/analyzefrom v4.36.0 to v4.37.3 in.github/workflows/codeql.yml.Analyze (java)job withLoaded a configuration file for version '4.37.3', but running version '4.36.0'.Closes #16039
Closes #16036
Test plan
Analyze (java)CodeQL job