v2.12.5
New features
-
The
codeql pack installcommand now accepts a--additional-packsoption. This option takes a list of directories to search for locally available packs when resolving which packs to install. Any pack that is found locally through--additional-packswill override any other version of a pack found in the package registry. Locally resolved packs are not added to the lock file.Because the use of
--additional-packswhen runningcodeql pack installmakes running queries dependent on the local state of the machine initially invokingcodeql pack install, a warning is emitted if any pack is found outside of the package registry. This warning can be suppressed by using the--no-strict-modeoption.
Bugs fixed
- Fix a bug in
codeql query runwhere queries whose path contain colons cannot be run.
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.12.5.