Skip to content

Releases: github/codeql-action

v1.1.3

31 Oct 04:24
75f07e7
Compare
Choose a tag to compare

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

31 Oct 04:24
d39d5d5
Compare
Choose a tag to compare

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

31 Oct 04:24
ec300a3
Compare
Choose a tag to compare

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

31 Oct 04:24
474bbf0
Compare
Choose a tag to compare

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-latest or windows-2022 Actions virtual environments is currently unsupported. If you use any of these languages, please use the windows-2019 Actions 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

14 Feb 19:07
2c6b76b
Compare
Choose a tag to compare

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

31 Oct 04:24
2b46439
Compare
Choose a tag to compare

CodeQL Action and CodeQL Runner Changelog

1.0.32 - 07 Feb 2022

  • Add sarif-id as an output for the upload-sarif and analyze actions. #889
  • Add ref and sha inputs to the analyze action, 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.

CodeQL Bundle

04 Feb 19:10
904d0ac
Compare
Choose a tag to compare

Bundles CodeQL CLI v2.8.0

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.31

31 Oct 04:24
1a927e9
Compare
Choose a tag to compare

CodeQL Action and CodeQL Runner Changelog

1.0.31 - 31 Jan 2022

  • Remove experimental message when using custom CodeQL packages. #888
  • Add a better warning message stating that experimental features will be disabled if the workflow has been triggered by a pull request from a fork or the security-events: write permission is not present. #882

See the full CHANGELOG.md for more information.

v1.0.30

31 Oct 04:24
8b37404
Compare
Choose a tag to compare

CodeQL Action and CodeQL Runner Changelog

1.0.30 - 24 Jan 2022

  • Display a better error message when encountering a workflow that runs the codeql-action/init action multiple times. #876
  • Update default CodeQL bundle version to 2.7.6. #877

See the full CHANGELOG.md for more information.

v1.0.29

31 Oct 04:24
384cfc4
Compare
Choose a tag to compare

CodeQL Action and CodeQL Runner Changelog

1.0.29 - 21 Jan 2022

  • The feature to wait for SARIF processing to complete after upload has been disabled by default due to a bug in its interaction with pull requests from forks.

See the full CHANGELOG.md for more information.