Skip to content

Commit 0feb390

Browse files
committed
Update changelog for 2.12.5
1 parent 0703534 commit 0feb390

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,29 @@
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

0 commit comments

Comments
 (0)