v2.14.3
Breaking changes
-
The
<run>.tool.extensionsproperty in the SARIF generated bycodeql database analyzenow contains the
following packs:- The containing query pack for each query that was evaluated.
- Each model pack that was specified via the
--model-packsoption, 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 testgenerates.actualfiles, they will in some cases
list the query predicates in a different order than past versions.
There is no need to update.expectedfiles, ascodeql testsorts
their results accordingly before diffing.
However, when there are genuine changes in expected results, the
generated.actualfile can show additional changes against the
.expecteddue 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.