{{ message }}
Bump minimum CodeQL version to 2.16.6#2912
Merged
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull Request Overview
This PR raises the minimum supported CodeQL CLI version to 2.16.6, removes legacy guards and features for older releases, and updates CI/test matrices and the action version accordingly.
- Remove version checks and feature flags for CodeQL ≤ 2.16.5
- Add stable-v2.20.7 to defaultTestVersions and workflow matrices; drop v2.15.5
- Bump action minor version to 3.29.0 and record in CHANGELOG
Reviewed Changes
Copilot reviewed 41 out of 41 changed files in this pull request and generated no comments.
Show a summary per file
Comments suppressed due to low confidence (2)
pr-checks/sync.py:11
- Update this comment to point at the actual file where
CODEQL_MINIMUM_VERSIONlives (now inlib/codeql.js), so future bumps aren’t missed.
# The oldest supported CodeQL version. If bumping, update `CODEQL_MINIMUM_VERSION` in `codeql.ts`
lib/tracer-config.test.js:62
- Consider adding a test that validates the returned
envobject matches the contents ofstart-tracing.json(e.g. ensureCODEQL_DISTandCODEQL_PLATFORMare mapped correctly), to retain full coverage of tracer-config behavior.
(0, ava_1.default)("getCombinedTracerConfig", async (t) => {
ed2a3d0 to
d54c5e2
Compare
Contributor
Author
aibaars
approved these changes
Jun 5, 2025
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.

This PR bumps the minimum CodeQL version to 2.16.6, as announced by #2859.
Merge / deployment checklist