Skip to content

Commit 6f3cb28

Browse files
committed
Update changelog for 2.17.2
1 parent 9a440a9 commit 6f3cb28

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

‎CHANGELOG.md‎

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,34 @@
1717
you know what to do).
1818
-->
1919

20+
## Release 2.17.2 (2024-05-07)
21+
22+
### Known issues
23+
24+
- The beta support for analyzing Swift in this release and all
25+
previous releases requires `g++-13` when running on Linux. Users
26+
analyzing Swift using the `ubuntu-latest`, `ubuntu-22.04`, or
27+
`ubuntu-20.04` runner images for GitHub Actions should update their
28+
workflows to install `g++-13`. For more information, see [the runner
29+
images
30+
announcement](https://github.com/actions/runner-images/issues/9679).
31+
32+
### Improvements
33+
34+
- When uploading a SARIF file to GitHub using `codeql github
35+
upload-results`, the CodeQL CLI now waits for the file to be
36+
processed by GitHub. If any errors occurred during processing of the
37+
analysis results, the command will log these and return a non-zero
38+
exit code. To disable this behaviour, pass the
39+
`--no-wait-for-processing` flag.
40+
41+
By default, the command will wait for the SARIF file to be processed
42+
for a maximum of 2 minutes, however this is configurable with the
43+
`--wait-for-processing-timeout` option.
44+
- The build tracer is no longer enabled when using the [`none` build
45+
mode](https://docs.github.com/en/code-security/code-scanning/creating-an-advanced-setup-for-code-scanning/codeql-code-scanning-for-compiled-languages#codeql-build-modes)
46+
to analyze a compiled language, thus improving performance.
47+
2048
## Release 2.17.1 (2024-04-24)
2149

2250
### Deprecations

0 commit comments

Comments
 (0)