Releases: github/codeql-action
CodeQL Bundle
Bundles CodeQL CLI v2.10.3
Includes the following CodeQL language packs from github/codeql@codeql-cli/v2.10.3
:
codeql/cpp-queries
(changelog, source)codeql/cpp-all
(changelog, source)codeql/csharp-queries
(changelog, source)codeql/csharp-all
(changelog, source)codeql/go-queries
(changelog, source)codeql/go-all
(changelog, source)codeql/java-queries
(changelog, source)codeql/java-all
(changelog, source)codeql/javascript-queries
(changelog, source)codeql/javascript-all
(changelog, source)codeql/python-queries
(changelog, source)codeql/python-all
(changelog, source)codeql/ruby-queries
(changelog, source)codeql/ruby-all
(changelog, source)
v2.1.18
CodeQL Action Changelog
2.1.18 - 03 Aug 2022
- Update default CodeQL bundle version to 2.10.2. #1156
See the full CHANGELOG.md for more information.
v1.1.18
CodeQL Action Changelog
1.1.18 - 03 Aug 2022
- Update default CodeQL bundle version to 2.10.2. #1156
See the full CHANGELOG.md for more information.
v2.1.17
CodeQL Action Changelog
2.1.17 - 28 Jul 2022
- Update default CodeQL bundle version to 2.10.1. #1143
See the full CHANGELOG.md for more information.
v1.1.17
CodeQL Action Changelog
1.1.17 - 28 Jul 2022
- Update default CodeQL bundle version to 2.10.1. #1143
See the full CHANGELOG.md for more information.
CodeQL Bundle
Bundles CodeQL CLI v2.10.2
Includes the following CodeQL language packs from github/codeql@codeql-cli/v2.10.2
:
codeql/cpp-queries
(changelog, source)codeql/cpp-all
(changelog, source)codeql/csharp-queries
(changelog, source)codeql/csharp-all
(changelog, source)codeql/go-queries
(changelog, source)codeql/go-all
(changelog, source)codeql/java-queries
(changelog, source)codeql/java-all
(changelog, source)codeql/javascript-queries
(changelog, source)codeql/javascript-all
(changelog, source)codeql/python-queries
(changelog, source)codeql/python-all
(changelog, source)codeql/ruby-queries
(changelog, source)codeql/ruby-all
(changelog, source)
(The Windows and all-platform release assets were updated on 2022-08-15 to correct missing digital signatures in the original release assets.)
v2.1.16
CodeQL Action Changelog
2.1.16 - 13 Jul 2022
- You can now quickly debug a job that uses the CodeQL Action by re-running the job from the GitHub UI and selecting the "Enable debug logging" option. #1132
- You can now see diagnostic messages produced by the analysis in the logs of the
analyze
Action by enabling debug mode. To enable debug mode, passdebug: true
to theinit
Action, or enable step debug logging. This feature is available for CodeQL CLI version 2.10.0 and later. #1133
See the full CHANGELOG.md for more information.
v1.1.16
CodeQL Action Changelog
1.1.16 - 13 Jul 2022
- You can now quickly debug a job that uses the CodeQL Action by re-running the job from the GitHub UI and selecting the "Enable debug logging" option. #1132
- You can now see diagnostic messages produced by the analysis in the logs of the
analyze
Action by enabling debug mode. To enable debug mode, passdebug: true
to theinit
Action, or enable step debug logging. This feature is available for CodeQL CLI version 2.10.0 and later. #1133
See the full CHANGELOG.md for more information.
CodeQL Bundle
Bundles CodeQL CLI v2.10.1
Includes the following CodeQL language packs from github/codeql@codeql-cli/v2.10.1
:
codeql/cpp-queries
(changelog, source)codeql/cpp-all
(changelog, source)codeql/csharp-queries
(changelog, source)codeql/csharp-all
(changelog, source)codeql/go-queries
(changelog, source)codeql/go-all
(changelog, source)codeql/java-queries
(changelog, source)codeql/java-all
(changelog, source)codeql/javascript-queries
(changelog, source)codeql/javascript-all
(changelog, source)codeql/python-queries
(changelog, source)codeql/python-all
(changelog, source)codeql/ruby-queries
(changelog, source)codeql/ruby-all
(changelog, source)
(The Windows and all-platform release assets were updated on 2022-08-15 to correct missing digital signatures in the original release assets.)
v2.1.15
CodeQL Action Changelog
2.1.15 - 28 Jun 2022
- CodeQL query packs listed in the
packs
configuration field will be skipped if their target language is not being analyzed in the current Actions job. Previously, this would throw an error. #1116 - The combination of python2 and poetry is no longer supported. See actions/setup-python#374 for more details. #1124
- Update default CodeQL bundle version to 2.10.0. #1123
See the full CHANGELOG.md for more information.