v2.26.11
CodeQL Action Changelog
See the releases page for the relevant changes to the CodeQL CLI and language packs.
Note that the only difference between v2
and v3
of the CodeQL Action is the node version they support, with v3
running on node 20 while we continue to release v2
to support running on node 16. For example 3.22.11
was the first v3
release and is functionally identical to 2.22.11
. This approach ensures an easy way to track exactly which features are included in different versions, indicated by the minor and patch version numbers.
2.26.11 - 03 Oct 2024
- Upcoming breaking change: Add support for using
actions/download-artifact@v4
to programmatically consume CodeQL Action debug artifacts.
Starting November 30, 2024, GitHub.com customers will no longer be able to useactions/download-artifact@v3
. Therefore, to avoid breakage, customers who programmatically download the CodeQL Action debug artifacts should set theCODEQL_ACTION_ARTIFACT_V4_UPGRADE
environment variable totrue
and bumpactions/download-artifact@v3
toactions/download-artifact@v4
in their workflows. The CodeQL Action will enable this behavior by default in early November and workflows that have not yet bumped toactions/download-artifact@v3
toactions/download-artifact@v4
will begin failing then.
This change is currently unavailable for GitHub Enterprise Server customers, asactions/upload-artifact@v4
andactions/download-artifact@v4
are not yet compatible with GHES.
See the full CHANGELOG.md for more information.