Upgrade CodeQL CLI dependency to v2.25.4#363
Open
github-actions[bot] wants to merge 1 commit intomainfrom
Open
Upgrade CodeQL CLI dependency to v2.25.4#363github-actions[bot] wants to merge 1 commit intomainfrom
github-actions[bot] wants to merge 1 commit intomainfrom
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR upgrades the repository’s CodeQL CLI (and corresponding standard library/bundle references) to v2.25.4, and aligns the internal JavaScript packs and lockfiles with that new toolchain version.
Changes:
- Bumped
qlt.conf.jsonCodeQL CLI / standard library / bundle references from2.25.3to2.25.4. - Updated all affected
qlpack.ymlpack versions and intra-repo pack dependencies to2.25.4. - Regenerated
codeql-pack.lock.ymlfiles to reflect the updated CodeQL package resolution.
Show a summary per file
| File | Description |
|---|---|
| qlt.conf.json | Bumps CodeQL CLI / stdlib / bundle references to 2.25.4. |
| javascript/heuristic-models/tests/qlpack.yml | Updates test pack version + dependency to 2.25.4. |
| javascript/heuristic-models/tests/codeql-pack.lock.yml | Refreshes resolved CodeQL pack dependency versions. |
| javascript/heuristic-models/ext/qlpack.yml | Updates extension pack version to 2.25.4. |
| javascript/frameworks/xsjs/test/qlpack.yml | Updates XSJS test pack version + dependencies to 2.25.4. |
| javascript/frameworks/xsjs/test/codeql-pack.lock.yml | Refreshes resolved CodeQL pack dependency versions. |
| javascript/frameworks/xsjs/src/qlpack.yml | Updates XSJS queries pack version + dependency to 2.25.4. |
| javascript/frameworks/xsjs/src/codeql-pack.lock.yml | Refreshes resolved CodeQL pack dependency versions. |
| javascript/frameworks/xsjs/lib/qlpack.yml | Updates XSJS “all” pack version to 2.25.4. |
| javascript/frameworks/xsjs/lib/codeql-pack.lock.yml | Refreshes resolved CodeQL pack dependency versions. |
| javascript/frameworks/xsjs/ext/qlpack.yml | Updates XSJS models extension pack version to 2.25.4. |
| javascript/frameworks/ui5/test/qlpack.yml | Updates UI5 test pack version + dependencies to 2.25.4. |
| javascript/frameworks/ui5/test/codeql-pack.lock.yml | Refreshes resolved CodeQL pack dependency versions. |
| javascript/frameworks/ui5/src/qlpack.yml | Updates UI5 queries pack version + dependency to 2.25.4. |
| javascript/frameworks/ui5/src/codeql-pack.lock.yml | Refreshes resolved CodeQL pack dependency versions. |
| javascript/frameworks/ui5/lib/qlpack.yml | Updates UI5 “all” pack version to 2.25.4. |
| javascript/frameworks/ui5/lib/codeql-pack.lock.yml | Refreshes resolved CodeQL pack dependency versions. |
| javascript/frameworks/ui5/ext/qlpack.yml | Updates UI5 models extension pack version to 2.25.4. |
| javascript/frameworks/ui5-webcomponents/test/qlpack.yml | Updates UI5 webcomponents test pack version + dependency to 2.25.4. |
| javascript/frameworks/ui5-webcomponents/test/codeql-pack.lock.yml | Refreshes resolved CodeQL pack dependency versions. |
| javascript/frameworks/cap/test/qlpack.yml | Updates CAP test pack version + dependencies to 2.25.4. |
| javascript/frameworks/cap/test/codeql-pack.lock.yml | Refreshes resolved CodeQL pack dependency versions. |
| javascript/frameworks/cap/src/qlpack.yml | Updates CAP queries pack version + dependency to 2.25.4. |
| javascript/frameworks/cap/src/codeql-pack.lock.yml | Refreshes resolved CodeQL pack dependency versions. |
| javascript/frameworks/cap/lib/qlpack.yml | Updates CAP “all” pack version to 2.25.4. |
| javascript/frameworks/cap/lib/codeql-pack.lock.yml | Refreshes resolved CodeQL pack dependency versions. |
| javascript/frameworks/cap/ext/qlpack.yml | Updates CAP models extension pack version to 2.25.4. |
Copilot's findings
- Files reviewed: 27/27 changed files
- Comments generated: 0
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.4.
Changes made:
qlt.conf.json(CodeQLCLI, CodeQLStandardLibrary, CodeQLCLIBundle) to2.25.42.25.4To complete the release, merge this PR and then trigger the release workflow
via
workflow_dispatchonrelease.ymlwith versionv2.25.4.