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.27.0 (2026-09-09)
21+
22+ ### New Features
23+
24+ - CodeQL now supports native Linux arm64 (` linux-arm64 ` ) as a first-class
25+ platform. The per-platform CLI (` codeql-linux-arm64.zip ` ) and CodeQL bundle
26+ (` codeql-bundle-linux-arm64.tar.gz ` and ` codeql-bundle-linux-arm64.tar.zst ` )
27+ are available as release assets. Arm64 binaries are provided as a per-platform
28+ download only, and are not included in the combined ` codeql.zip ` ,
29+ ` codeql-bundle.tar.gz ` , or ` codeql-bundle.tar.zst ` .
30+ - CodeQL can now take advantage of an organization's private registry
31+ configurations in Code Scanning Default Setup to authenticate to container
32+ registries or the GitHub API when trying to fetch custom queries or packs.
33+ This allows custom queries or packs to be accessed from private locations in
34+ Code Scanning Default Setup as long as suitable "Git Source" or "Docker
35+ Registry" private registry configurations are set up for the organization.
36+
37+ ### Deprecations
38+
39+ - Language support for Java 9 and 10 has been deprecated and will be removed in
40+ January 2027. Java 7 and 8 will continue to be supported.
41+ - The generic multi-platform ` codeql.zip ` CLI distribution is deprecated and
42+ will be removed in a future release. Download the per-platform
43+ ` codeql-PLATFORM.zip ` for your platform instead. The CLI now emits a warning
44+ when it is run from an all-platforms distribution; set
45+ ` CODEQL_ALLOW_ALL_PLATFORMS_DIST=true ` to suppress it.
46+
2047## Release 2.26.4 (2026-08-26)
2148
2249### New Features
You can’t perform that action at this time.
0 commit comments