Releases: github/codeql-action
Releases · github/codeql-action
CodeQL Bundle
Bundles CodeQL CLI v2.11.1
Includes the following CodeQL language packs from github/codeql@codeql-cli/v2.11.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)
v2.1.27
CodeQL Action Changelog
2.1.27 - 06 Oct 2022
- We are rolling out a feature of the CodeQL Action in October 2022 that changes the way that Go code is analyzed to be more consistent with other compiled languages like C/C++, C#, and Java. You do not need to alter your code scanning workflows. If you encounter any problems, please file an issue or open a private ticket with GitHub Support and request an escalation to engineering.
See the full CHANGELOG.md for more information.
v2.1.26
CodeQL Action Changelog
2.1.26 - 29 Sep 2022
- Update default CodeQL bundle version to 2.11.0. #1267
See the full CHANGELOG.md for more information.
v1.1.26
CodeQL Action Changelog
1.1.26 - 29 Sep 2022
- Update default CodeQL bundle version to 2.11.0. #1267
See the full CHANGELOG.md for more information.
CodeQL Bundle
Bundles CodeQL CLI v2.11.0
Includes the following CodeQL language packs from github/codeql@codeql-cli/v2.11.0:
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)
v1.1.25
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: falseoption to your workflow'sinitstep, 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
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: falseoption to your workflow'sinitstep, 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
CodeQL Action Changelog
2.1.24 - 16 Sep 2022
No user facing changes.
See the full CHANGELOG.md for more information.
v1.1.24
CodeQL Action Changelog
1.1.24 - 16 Sep 2022
No user facing changes.
See the full CHANGELOG.md for more information.
v1.1.23
CodeQL Action Changelog
1.1.23 - 14 Sep 2022
- Allow CodeQL packs to be downloaded from GitHub Enterprise Server instances, using the new
registriesinput for theinitaction. #1221 - Update default CodeQL bundle version to 2.10.5. #1240
See the full CHANGELOG.md for more information.