Releases: github/codeql-action
v3.29.4
CodeQL Action Changelog
See the releases page for the relevant changes to the CodeQL CLI and language packs.
3.29.4 - 23 Jul 2025
No user facing changes.
See the full CHANGELOG.md for more information.
v3.29.3
CodeQL Action Changelog
See the releases page for the relevant changes to the CodeQL CLI and language packs.
3.29.3 - 21 Jul 2025
No user facing changes.
See the full CHANGELOG.md for more information.
v3.28.20
CodeQL Action Changelog
See the releases page for the relevant changes to the CodeQL CLI and language packs.
3.28.20 - 21 July 2025
- Remove support for combining SARIF files from a single upload for GHES 3.18, see the changelog post. #2959
See the full CHANGELOG.md for more information.
CodeQL Bundle v2.22.2
Bundles CodeQL CLI v2.22.2
Includes the following CodeQL language packs from github/codeql@codeql-cli/v2.22.2
:
codeql/actions-queries
(changelog, source)codeql/actions-all
(changelog, source)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)codeql/rust-queries
(changelog, source)codeql/rust-all
(changelog, source)codeql/swift-queries
(changelog, source)codeql/swift-all
(changelog, source)
v3.29.2
CodeQL Action Changelog
See the releases page for the relevant changes to the CodeQL CLI and language packs.
3.29.2 - 30 Jun 2025
- Experimental: When the
quality-queries
input for theinit
action is provided with an argument, separate.quality.sarif
files are produced and uploaded for each language with the results of the specified queries. Do not use this in production as it is part of an internal experiment and subject to change at any time. #2935
See the full CHANGELOG.md for more information.
v3.29.1
CodeQL Action Changelog
See the releases page for the relevant changes to the CodeQL CLI and language packs.
3.29.1 - 27 Jun 2025
- Fix bug in PR analysis where user-provided
include
query filter fails to exclude non-included queries. #2938 - Update default CodeQL bundle version to 2.22.1. #2950
See the full CHANGELOG.md for more information.
CodeQL Bundle v2.22.1
Bundles CodeQL CLI v2.22.1
Includes the following CodeQL language packs from github/codeql@codeql-cli/v2.22.1
:
codeql/actions-queries
(changelog, source)codeql/actions-all
(changelog, source)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)codeql/rust-queries
(changelog, source)codeql/rust-all
(changelog, source)codeql/swift-queries
(changelog, source)codeql/swift-all
(changelog, source)
v3.29.0
CodeQL Action Changelog
See the releases page for the relevant changes to the CodeQL CLI and language packs.
3.29.0 - 11 Jun 2025
- Update default CodeQL bundle version to 2.22.0. #2925
- Bump minimum CodeQL bundle version to 2.16.6. #2912
See the full CHANGELOG.md for more information.
CodeQL Bundle v2.22.0
Bundles CodeQL CLI v2.22.0
Includes the following CodeQL language packs from github/codeql@codeql-cli/v2.22.0
:
codeql/actions-queries
(changelog, source)codeql/actions-all
(changelog, source)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)codeql/rust-queries
(changelog, source)codeql/rust-all
(changelog, source)codeql/swift-queries
(changelog, source)codeql/swift-all
(changelog, source)
v3.28.19
CodeQL Action Changelog
See the releases page for the relevant changes to the CodeQL CLI and language packs.
3.28.19 - 03 Jun 2025
- The CodeQL Action no longer includes its own copy of the extractor for the
actions
language, which is currently in public preview.
Theactions
extractor has been included in the CodeQL CLI since v2.20.6. If your workflow has enabled theactions
language and you have pinned
yourtools:
property to a specific version of the CodeQL CLI earlier than v2.20.6, you will need to update to at least CodeQL v2.20.6 or disable
actions
analysis. - Update default CodeQL bundle version to 2.21.4. #2910
See the full CHANGELOG.md for more information.