File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1717 you know what to do).
1818-->
1919
20+ ## Release 2.12.5 (2023-03-21)
21+
22+ ### New features
23+
24+ - The ` codeql pack install ` command now accepts a ` --additional-packs `
25+ option. This option takes a list of directories to search for
26+ locally available packs when resolving which packs to install. Any
27+ pack that is found locally through ` --additional-packs ` will
28+ override any other version of a pack found in the package registry.
29+ Locally resolved packs are not added to the lock file.
30+
31+ Because the use of ` --additional-packs ` when running
32+ ` codeql pack install ` makes running queries dependent on the local
33+ state of the machine initially invoking ` codeql pack install ` , a
34+ warning is emitted if any pack is found outside of the package
35+ registry. This warning can be suppressed by using the
36+ ` --no-strict-mode ` option.
37+
38+ ### Bugs fixed
39+
40+ - Fix a bug in ` codeql query run ` where queries whose path contain
41+ colons cannot be run.
42+
2043## Release 2.12.4 (2023-03-09)
2144
2245### Breaking changes
You can’t perform that action at this time.
0 commit comments