File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments