Releases: github/codeql-action
v1.1.5
CodeQL Action Changelog
1.1.5 - 15 Mar 2022
- Update default CodeQL bundle version to 2.8.3.
- The CodeQL runner is now deprecated and no longer being released. For more information, see CodeQL runner deprecation.
- Fix two bugs that cause action failures with GHES 3.3 or earlier. #978
- Fix
not a permitted keyinvalid requests with GHES 3.1 or earlier - Fix
RUNNER_ARCH environment variable must be seterrors with GHES 3.3 or earlier
- Fix
See the full CHANGELOG.md for more information.
CodeQL Bundle
Bundles CodeQL CLI v2.8.3
DEPRECATION NOTICE: The CodeQL runner is now deprecated and will not be included from this release. Please use CodeQL CLI version 2.6.2 and greater instead. For more information, see CodeQL runner deprecation.
v1.1.4
CodeQL Action and CodeQL Runner Changelog
1.1.4 - 07 Mar 2022
- Update default CodeQL bundle version to 2.8.2. #950
- Fix a bug where old results can be uploaded if the languages in a repository change when using a non-ephemeral self-hosted runner. #955
See the full CHANGELOG.md for more information.
CodeQL Bundle
Bundles CodeQL CLI v2.8.2
DEPRECATION NOTICE: The CodeQL runner is being deprecated. Please use CodeQL CLI version 2.6.2 and greater instead. GitHub Enterprise Server 3.3 will be the final release series that supports the CodeQL runner. On GitHub Enterprise Cloud, the CodeQL runner will be supported until March 2022. For more information, see CodeQL runner deprecation.
v1.1.3
CodeQL Action and CodeQL Runner Changelog
1.1.3 - 23 Feb 2022
- Fix bug where the CLR traces can continue tracing even after tracing should be stopped. #938
See the full CHANGELOG.md for more information.
v1.1.2
CodeQL Action and CodeQL Runner Changelog
1.1.2 - 17 Feb 2022
- Due to potential issues for GHES 3.1–3.3 customers who are using recent versions of the CodeQL Action via GHES Connect, the CodeQL Action now uses Node.js v12 rather than Node.js v16. #937
See the full CHANGELOG.md for more information.
v1.1.1
CodeQL Action and CodeQL Runner Changelog
1.1.1 - 17 Feb 2022
- The CodeQL CLI versions up to and including version 2.4.4 are not compatible with the CodeQL Action 1.1.1 and later. The Action will emit an error if it detects that it is being used by an incompatible version of the CLI. #931
- Update default CodeQL bundle version to 2.8.1. #925
See the full CHANGELOG.md for more information.
v1.1.0
CodeQL Action and CodeQL Runner Changelog
1.1.0 - 11 Feb 2022
- The CodeQL Action now uses Node.js v16. #909
- Beware that the CodeQL build tracer in this release (and in all earlier releases) is incompatible with Windows 11 and Windows Server 2022. This incompatibility affects database extraction for compiled languages: cpp, csharp, go, and java. As a result, analyzing these languages with the
windows-latestorwindows-2022Actions virtual environments is currently unsupported. If you use any of these languages, please use thewindows-2019Actions virtual environment or otherwise avoid these specific Windows versions until a new release fixes this incompatibility.
See the full CHANGELOG.md for more information.
CodeQL Bundle
Bundles CodeQL CLI v2.8.1
DEPRECATION NOTICE: The CodeQL runner is being deprecated. Please use CodeQL CLI version 2.6.2 and greater instead. GitHub Enterprise Server 3.3 will be the final release series that supports the CodeQL runner. On GitHub Enterprise Cloud, the CodeQL runner will be supported until March 2022. For more information, see CodeQL runner deprecation.
v1.0.32
CodeQL Action and CodeQL Runner Changelog
1.0.32 - 07 Feb 2022
- Add
sarif-idas an output for theupload-sarifandanalyzeactions. #889 - Add
refandshainputs to theanalyzeaction, which override the defaults provided by the GitHub Action context. #889 - Update default CodeQL bundle version to 2.8.0. #911
See the full CHANGELOG.md for more information.