Improvement
• 1 minute read

CodeQL 2.17.4: Autofixes for Extended queries, faster C++ PR scans

Summary

An update to CodeQL provides autofixes for extended queries, significantly speeding up C and C++ project scans.

CodeQL is the static analysis engine that powers GitHub code scanning. CodeQL version 2.17.4 has been released and has now been rolled out to code scanning users on GitHub.com.

This changelog combines significant updates from the release of CodeQL 2.17.2,2.17.3, and 2.17.4:

For a full list of changes, please refer to the complete changelog for versions 2.17.2, 2.17.3, and 2.17.4. All new functionality will also be included in GHES 3.14. Users of GHES 3.13 or older can upgrade their CodeQL version.

New Releases

Improvements

Deprecations

Back to top