File tree Expand file tree Collapse file tree 1 file changed +16
-1
lines changed Expand file tree Collapse file tree 1 file changed +16
-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.4 (2025-02-06)
20
+
21
+ ### New features
22
+
23
+ - Using the ` actions ` language (for analysis of GitHub Actions workflows) no longer requires
24
+ the ` CODEQL_ENABLE_EXPERIMENTAL_FEATURES ` environment variable to be set. Support for analysis
25
+ of GitHub Actions workflows remains in public preview.
26
+
27
+ ### Bugs fixed
28
+
29
+ - Fixed a bug where CodeQL for Java would fail with an SSL exception while trying to download ` maven ` .
30
+
31
+ ### Miscellaneous
32
+
33
+ - The build of the [ logback-core] ( https://logback.qos.ch/ ) library that is used for logging in the CodeQL CLI has been updated to version 1.3.15.
19
34
20
35
## Release 2.20.3 (2025-01-24)
21
36
661
676
662
677
- Fixed an issue where CodeQL would sometimes incorrectly report that no files
663
678
were scanned when running on Windows.
664
- This affected the human-readable summary produced by ` codeql database analyze `
679
+ This affected the human-readable summary produced by ` codeql database analyze `
665
680
and ` codeql database interpret-results ` , but did not impact the file coverage
666
681
information produced in the SARIF output and displayed on the tool status page.
667
682
- When analyzing Swift codebases, CodeQL build tracing will now ignore the
You can’t perform that action at this time.
0 commit comments