Upgrade CodeQL CLI dependency to v2.25.2#358
Merged
data-douser merged 1 commit intomainfrom Apr 16, 2026
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Upgrades the repository’s CodeQL toolchain and pack versions to align with CodeQL CLI v2.25.2, keeping all packs/locks consistent for the next release.
Changes:
- Bumped
qlt.conf.jsonCodeQL CLI / standard library / bundle references to2.25.2. - Updated CodeQL pack versions and internal pack dependency pins across CAP/UI5/XSJS/heuristic-models to
2.25.2. - Refreshed
codeql-pack.lock.ymlfiles to the dependency set that resolves under the new CodeQL version.
Show a summary per file
| File | Description |
|---|---|
| qlt.conf.json | Updates CodeQL CLI + bundle/std-lib references to 2.25.2. |
| javascript/heuristic-models/tests/qlpack.yml | Bumps test pack version and dependency pin to 2.25.2. |
| javascript/heuristic-models/tests/codeql-pack.lock.yml | Updates resolved dependency versions for the test pack. |
| javascript/heuristic-models/ext/qlpack.yml | Bumps extension pack version to 2.25.2. |
| javascript/frameworks/xsjs/test/qlpack.yml | Bumps XSJS test pack version and dependency pins to 2.25.2. |
| javascript/frameworks/xsjs/test/codeql-pack.lock.yml | Updates resolved dependency versions for XSJS tests. |
| javascript/frameworks/xsjs/src/qlpack.yml | Bumps XSJS queries pack version and dependency pin to 2.25.2. |
| javascript/frameworks/xsjs/src/codeql-pack.lock.yml | Updates resolved dependency versions for XSJS queries pack. |
| javascript/frameworks/xsjs/lib/qlpack.yml | Bumps XSJS “all” pack version to 2.25.2. |
| javascript/frameworks/xsjs/lib/codeql-pack.lock.yml | Updates resolved dependency versions for XSJS “all” pack. |
| javascript/frameworks/xsjs/ext/qlpack.yml | Bumps XSJS models extension pack version to 2.25.2. |
| javascript/frameworks/ui5/test/qlpack.yml | Bumps UI5 test pack version and dependency pins to 2.25.2. |
| javascript/frameworks/ui5/test/codeql-pack.lock.yml | Updates resolved dependency versions for UI5 tests. |
| javascript/frameworks/ui5/src/qlpack.yml | Bumps UI5 queries pack version and dependency pin to 2.25.2. |
| javascript/frameworks/ui5/src/codeql-pack.lock.yml | Updates resolved dependency versions for UI5 queries pack. |
| javascript/frameworks/ui5/lib/qlpack.yml | Bumps UI5 “all” pack version to 2.25.2. |
| javascript/frameworks/ui5/lib/codeql-pack.lock.yml | Updates resolved dependency versions for UI5 “all” pack. |
| javascript/frameworks/ui5/ext/qlpack.yml | Bumps UI5 models extension pack version to 2.25.2. |
| javascript/frameworks/ui5-webcomponents/test/qlpack.yml | Bumps UI5-webcomponents test pack version and dependency pin to 2.25.2. |
| javascript/frameworks/ui5-webcomponents/test/codeql-pack.lock.yml | Updates resolved dependency versions for UI5-webcomponents tests. |
| javascript/frameworks/cap/test/qlpack.yml | Bumps CAP test pack version and dependency pins to 2.25.2. |
| javascript/frameworks/cap/test/codeql-pack.lock.yml | Updates resolved dependency versions for CAP tests. |
| javascript/frameworks/cap/src/qlpack.yml | Bumps CAP queries pack version and dependency pin to 2.25.2. |
| javascript/frameworks/cap/src/codeql-pack.lock.yml | Updates resolved dependency versions for CAP queries pack. |
| javascript/frameworks/cap/lib/qlpack.yml | Bumps CAP “all” pack version to 2.25.2. |
| javascript/frameworks/cap/lib/codeql-pack.lock.yml | Updates resolved dependency versions for CAP “all” pack. |
| javascript/frameworks/cap/ext/qlpack.yml | Bumps CAP models extension pack version to 2.25.2. |
Copilot's findings
- Files reviewed: 27/27 changed files
- Comments generated: 1
33793ed to
dab0091
Compare
auto-merge was automatically disabled
April 16, 2026 12:19
Pull request was closed
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 upgrades the CodeQL CLI version to v2.25.2.
Changes made:
qlt.conf.json(CodeQLCLI, CodeQLStandardLibrary, CodeQLCLIBundle) to2.25.22.25.2To complete the release, merge this PR and then trigger the release workflow
via
workflow_dispatchonrelease.ymlwith versionv2.25.2.