v2.14.3
Breaking changes
-
The
<run>.tool.extensions
property in the SARIF generated bycodeql database analyze
now contains the
following packs:- The containing query pack for each query that was evaluated.
- Each model pack that was specified via the
--model-packs
option, regardless of whether
that model pack affected any of the evaluated queries.
Library packs are no longer included in the list.
Miscellaneous
-
The build of Eclipse Temurin OpenJDK that is bundled with the CodeQL
CLI has been updated to version 17.0.8. -
When
codeql test
generates.actual
files, they will in some cases
list the query predicates in a different order than past versions.
There is no need to update.expected
files, ascodeql test
sorts
their results accordingly before diffing.
However, when there are genuine changes in expected results, the
generated.actual
file can show additional changes against the
.expected
due to the reordering.
For more information about the changes included in this release, see the CodeQL CLI changelog.
You can download either the codeql-PLATFORM.zip
for your platform, or the generic codeql.zip
which contains binaries for all supported platforms. Please ignore the additional "source code" downloads below the .zip
artifacts.
This release is compatible with the CodeQL language packs from github/codeql@codeql-cli/v2.14.3
.