File tree 1 file changed +17
-0
lines changed
1 file changed +17
-0
lines changed Original file line number Diff line number Diff line change 17
17
you know what to do).
18
18
-->
19
19
20
+ ## Release 2.13.4 (2023-06-19)
21
+
22
+ ### New features
23
+
24
+ - Temporary files and folders created by the CodeQL CLI will now be cleaned up
25
+ when each CLI command (and its internal JVM) shuts down normally.
26
+
27
+ ### Bugs fixed
28
+
29
+ - Fixed an issue where indirect build tracing did not work in Azure DevOps
30
+ pipeline jobs in Windows containers. To use indirect build tracing in such
31
+ environments, ensure both the ` --begin-tracing ` and
32
+ ` --trace-process-name=CExecSvc.exe ` arguments are passed to
33
+ ` codeql database init ` .
34
+ - Improved the error message for the ` codeql pack create ` command when the pack
35
+ being published has a dependency with no scope in its name.
36
+
20
37
## Release 2.13.3 (2023-05-31)
21
38
22
39
### New features
You can’t perform that action at this time.
0 commit comments