File tree Expand file tree Collapse file tree 1 file changed +14
-1
lines changed Expand file tree Collapse file tree 1 file changed +14
-1
lines changed Original file line number Diff line number Diff line change 16
16
checklist for a CLI release, you can edit here. But then
17
17
you know what to do).
18
18
-->
19
+ ## Release 2.20.1 (2025-01-09)
20
+
21
+ ### Improvements
22
+
23
+ - Automatic installation of dependencies for C++ autobuild is now supported on Ubuntu 24.04.
24
+
25
+ - The CLI will now warn if it detects that it is installed in a
26
+ location where it is likely to cause performance issues. This
27
+ includes: user home, desktop, downloads, or the file system root.
28
+
29
+ You can avoid this warning by setting the ` CODEQL_ALLOW_INSTALLATION_ANYWHERE `
30
+ environment variable to ` true ` .
31
+
19
32
## Release 2.20.0 (2024-12-09)
20
33
21
34
### Known issues
618
631
619
632
- Fixed an issue where CodeQL would sometimes incorrectly report that no files
620
633
were scanned when running on Windows.
621
- This affected the human-readable summary produced by ` codeql database analyze `
634
+ This affected the human-readable summary produced by ` codeql database analyze `
622
635
and ` codeql database interpret-results ` , but did not impact the file coverage
623
636
information produced in the SARIF output and displayed on the tool status page.
624
637
- When analyzing Swift codebases, CodeQL build tracing will now ignore the
You can’t perform that action at this time.
0 commit comments