Skip to content

Releases: github/codeql-action

CodeQL Bundle

08 Sep 17:20
9ba4d50
Compare
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
Compare
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
Compare
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
Compare
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.

v1.1.21

31 Oct 04:25
d5cec09
Compare
Choose a tag to compare

CodeQL Action Changelog

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

CodeQL Bundle

26 Aug 09:01
a59fbe2
Compare
Choose a tag to compare

Bundles CodeQL CLI v2.10.4

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

v1.1.20

31 Oct 04:25
d438a4b
Compare
Choose a tag to compare

CodeQL Action Changelog

1.1.20 - 22 Aug 2022

No user facing changes.

See the full CHANGELOG.md for more information.

v2.1.20

31 Oct 04:26
7fee4ca
Compare
Choose a tag to compare

CodeQL Action Changelog

2.1.20 - 22 Aug 2022

No user facing changes.

See the full CHANGELOG.md for more information.

v1.1.19

31 Oct 04:25
d1ad3b4
Compare
Choose a tag to compare

CodeQL Action Changelog

1.1.19 - 17 Aug 2022

  • Add the ability to filter queries from a code scanning run by using the query-filters option in the code scanning configuration file. #1098
  • In debug mode, debug artifacts are now uploaded even if a step in the Actions workflow fails. #1159
  • Update default CodeQL bundle version to 2.10.3. #1178
  • The combination of python2 and Pipenv is no longer supported. #1181

See the full CHANGELOG.md for more information.

v2.1.19

31 Oct 04:26
f5d217b
Compare
Choose a tag to compare

CodeQL Action Changelog

2.1.19 - 17 Aug 2022

  • Add the ability to filter queries from a code scanning run by using the query-filters option in the code scanning configuration file. #1098
  • In debug mode, debug artifacts are now uploaded even if a step in the Actions workflow fails. #1159
  • Update default CodeQL bundle version to 2.10.3. #1178
  • The combination of python2 and Pipenv is no longer supported. #1181

See the full CHANGELOG.md for more information.