Skip to content

Commit 9a8c347

Browse files
authored
Update CHANGELOG.md for 2.20.4
1 parent 39038de commit 9a8c347

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

CHANGELOG.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,21 @@
1616
checklist for a CLI release, you can edit here. But then
1717
you know what to do).
1818
-->
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.
1934

2035
## Release 2.20.3 (2025-01-24)
2136

@@ -661,7 +676,7 @@
661676

662677
- Fixed an issue where CodeQL would sometimes incorrectly report that no files
663678
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`
665680
and `codeql database interpret-results`, but did not impact the file coverage
666681
information produced in the SARIF output and displayed on the tool status page.
667682
- When analyzing Swift codebases, CodeQL build tracing will now ignore the

0 commit comments

Comments
 (0)