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 1616 checklist for a CLI release, you can edit here. But then
1717 you know what to do).
1818-->
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+
1932## Release 2.20.0 (2024-12-09)
2033
2134### Known issues
618631
619632- Fixed an issue where CodeQL would sometimes incorrectly report that no files
620633 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 `
622635 and ` codeql database interpret-results ` , but did not impact the file coverage
623636 information produced in the SARIF output and displayed on the tool status page.
624637- When analyzing Swift codebases, CodeQL build tracing will now ignore the
You can’t perform that action at this time.
0 commit comments