Skip to content

Releases: github/codeql-action

v1.1.25

31 Oct 04:25
f630e9a

Choose a tag to compare

CodeQL Action Changelog

1.1.25 - 21 Sep 2022

  • We will soon be rolling out a feature of the CodeQL Action that stores some information used to make future runs faster in the GitHub Actions cache. Initially, this will only be enabled on JavaScript repositories, but we plan to add more languages to this soon. The new feature can be disabled by passing the trap-caching: false option to your workflow's init step, for example if you are already using the GitHub Actions cache for a different purpose and are near the storage limit for it.
  • Add support for Python automatic dependency installation with Poetry 1.2 #1258.

See the full CHANGELOG.md for more information.

v2.1.25

31 Oct 04:27
86f3159

Choose a tag to compare

CodeQL Action Changelog

2.1.25 - 21 Sep 2022

  • We will soon be rolling out a feature of the CodeQL Action that stores some information used to make future runs faster in the GitHub Actions cache. Initially, this will only be enabled on JavaScript repositories, but we plan to add more languages to this soon. The new feature can be disabled by passing the trap-caching: false option to your workflow's init step, for example if you are already using the GitHub Actions cache for a different purpose and are near the storage limit for it.
  • Add support for Python automatic dependency installation with Poetry 1.2 #1258.

See the full CHANGELOG.md for more information.

v2.1.24

31 Oct 04:26
904260d

Choose a tag to compare

CodeQL Action Changelog

2.1.24 - 16 Sep 2022

No user facing changes.

See the full CHANGELOG.md for more information.

v1.1.24

31 Oct 04:25
83007bb

Choose a tag to compare

CodeQL Action Changelog

1.1.24 - 16 Sep 2022

No user facing changes.

See the full CHANGELOG.md for more information.

v1.1.23

31 Oct 04:25
fe2e30b

Choose a tag to compare

CodeQL Action Changelog

1.1.23 - 14 Sep 2022

  • Allow CodeQL packs to be downloaded from GitHub Enterprise Server instances, using the new registries input for the init action. #1221
  • Update default CodeQL bundle version to 2.10.5. #1240

See the full CHANGELOG.md for more information.

v2.1.23

31 Oct 04:26
6a38b7d

Choose a tag to compare

CodeQL Action Changelog

2.1.23 - 14 Sep 2022

  • Allow CodeQL packs to be downloaded from GitHub Enterprise Server instances, using the new registries input for the init action. #1221
  • Update default CodeQL bundle version to 2.10.5. #1240

See the full CHANGELOG.md for more information.

CodeQL Bundle

08 Sep 17:20
9ba4d50

Choose a tag to compare

Bundles CodeQL CLI v2.10.5

Includes the following CodeQL language packs from github/codeql@codeql-cli/v2.10.5:

v2.1.22

31 Oct 04:26
b398f52

Choose a tag to compare

CodeQL Action Changelog

2.1.22 - 01 Sep 2022

  • Downloading CodeQL packs has been moved to the init step. Previously, CodeQL packs were downloaded during the analyze step. #1218
  • Update default CodeQL bundle version to 2.10.4. #1224
  • The newly released Poetry 1.2 is not yet supported. In the most common case where the CodeQL Action is automatically installing Python dependencies, it will continue to install and use Poetry 1.1 on its own. However, in certain cases such as with self-hosted runners, you may need to ensure Poetry 1.1 is installed yourself.

See the full CHANGELOG.md for more information.

v1.1.22

31 Oct 04:25
7cce9bb

Choose a tag to compare

CodeQL Action Changelog

1.1.22 - 01 Sep 2022

  • Downloading CodeQL packs has been moved to the init step. Previously, CodeQL packs were downloaded during the analyze step. #1218
  • Update default CodeQL bundle version to 2.10.4. #1224
  • The newly released Poetry 1.2 is not yet supported. In the most common case where the CodeQL Action is automatically installing Python dependencies, it will continue to install and use Poetry 1.1 on its own. However, in certain cases such as with self-hosted runners, you may need to ensure Poetry 1.1 is installed yourself.

See the full CHANGELOG.md for more information.

v2.1.21

31 Oct 04:26
c7f292e

Choose a tag to compare

CodeQL Action Changelog

2.1.21 - 25 Aug 2022

  • Improve error messages when the code scanning configuration file includes an invalid queries block or an invalid query-filters block. #1208
  • Fix a bug where Go build tracing could fail on Windows. #1209

See the full CHANGELOG.md for more information.