Releases: github/codeql-action
Releases · github/codeql-action
v1.1.36
CodeQL Action Changelog
1.1.36 - 08 Dec 2022
- Update default CodeQL bundle version to 2.11.5. #1412
- Add a step that tries to upload a SARIF file for the workflow run when that workflow run fails. This will help better surface failed code scanning workflow runs. #1393
- Python automatic dependency installation will no longer consider dependecy code installed in venv as user-written, for projects using Poetry that specify
virtualenvs.in-project = true
in theirpoetry.toml
. #1419.
See the full CHANGELOG.md for more information.
CodeQL Bundle
Bundles CodeQL CLI v2.11.6
Includes the following CodeQL language packs from github/codeql@codeql-cli/v2.11.6
:
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 Bundle
Bundles CodeQL CLI v2.11.5
Includes the following CodeQL language packs from github/codeql@codeql-cli/v2.11.5
:
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.35
CodeQL Action Changelog
2.1.35 - 01 Dec 2022
No user facing changes.
See the full CHANGELOG.md for more information.
v1.1.35
CodeQL Action Changelog
1.1.35 - 01 Dec 2022
No user facing changes.
See the full CHANGELOG.md for more information.
v2.1.34
CodeQL Action Changelog
2.1.34 - 25 Nov 2022
- Update default CodeQL bundle version to 2.11.4. #1391
- Fixed a bug where some the
init
action and theanalyze
action would have different sets of experimental feature flags enabled. #1384
See the full CHANGELOG.md for more information.
v1.1.34
CodeQL Action Changelog
1.1.34 - 25 Nov 2022
- Update default CodeQL bundle version to 2.11.4. #1391
- Fixed a bug where some the
init
action and theanalyze
action would have different sets of experimental feature flags enabled. #1384
See the full CHANGELOG.md for more information.
CodeQL Bundle
Bundles CodeQL CLI v2.11.4
Includes the following CodeQL language packs from github/codeql@codeql-cli/v2.11.4
:
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.33
CodeQL Action Changelog
2.1.33 - 16 Nov 2022
- Go is now analyzed in the same way as other compiled languages such as C/C++, C#, and Java. This completes the rollout of the feature described in CodeQL Action version 2.1.27. #1322
- Bump the minimum CodeQL bundle version to 2.6.3. #1358
See the full CHANGELOG.md for more information.
v1.1.33
CodeQL Action Changelog
1.1.33 - 16 Nov 2022
- Go is now analyzed in the same way as other compiled languages such as C/C++, C#, and Java. This completes the rollout of the feature described in CodeQL Action version 2.1.27. #1322
- Bump the minimum CodeQL bundle version to 2.6.3. #1358
See the full CHANGELOG.md for more information.