File tree Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Original file line number Diff line number Diff line change 1
1
# CodeQL CLI changelog
2
2
3
+ ## Release 2.3.3 (2020-11-06)
4
+
5
+ - The bundled extractors are updated to match the versions currently
6
+ used on LGTM.com. These are newer than the last release (1.25) of
7
+ LGTM Enterprise. If you plan to upload databases to an LGTM
8
+ Enterprise 1.25 instance, you need to create them with release
9
+ 2.2.6.
10
+
11
+ - Fixed bug in ` codeql test run ` where the ` --json ` and
12
+ ` --failing-exitcode ` options would not work reliably when ` --ram `
13
+ was also given
14
+
15
+ - The ` $CODEQL_JAVA_HOME ` environment variable will now be passed to
16
+ extractors such that extractors implemented in Java can be affected
17
+ too. Beware that this variable will override the JVM that executes
18
+ the main ` codeql ` process. It should not normally be set explicitly.
19
+
3
20
## Release 2.3.2 (2020-10-27)
4
21
5
22
- The bundled extractors are updated to match the versions currently
You can’t perform that action at this time.
0 commit comments