Releases: github/codeql-action
Releases · github/codeql-action
CodeQL Bundle
Bundles CodeQL CLI v2.9.1
v2.1.9
CodeQL Action Changelog
2.1.9 - 27 Apr 2022
- Add
working-directoryinput to theautobuildaction. #1024 - The
analyzeandupload-sarifactions will now wait up to 2 minutes for processing to complete after they have uploaded the results so they can report any processing errors that occurred. This behavior can be disabled by setting thewait-for-processingaction input to"false". #1007 - Update default CodeQL bundle version to 2.9.0.
- Fix a bug where status reporting fails on Windows. #1042
See the full CHANGELOG.md for more information.
v1.1.9
CodeQL Action Changelog
1.1.9 - 27 Apr 2022
- Add
working-directoryinput to theautobuildaction. #1024 - The
analyzeandupload-sarifactions will now wait up to 2 minutes for processing to complete after they have uploaded the results so they can report any processing errors that occurred. This behavior can be disabled by setting thewait-for-processingaction input to"false". #1007 - Update default CodeQL bundle version to 2.9.0.
- Fix a bug where status reporting fails on Windows. #1042
See the full CHANGELOG.md for more information.
CodeQL Bundle
Bundles CodeQL CLI v2.9.0
v2.1.8
CodeQL Action Changelog
2.1.8 - 08 Apr 2022
- Update default CodeQL bundle version to 2.8.5. #1014
- Fix error where the init action would fail due to a GitHub API request that was taking too long to complete #1025
See the full CHANGELOG.md for more information.
v1.1.8
CodeQL Action Changelog
1.1.8 - 08 Apr 2022
- Update default CodeQL bundle version to 2.8.5. #1014
- Fix error where the init action would fail due to a GitHub API request that was taking too long to complete #1025
See the full CHANGELOG.md for more information.
v2.1.7
CodeQL Action Changelog
2.1.7 - 05 Apr 2022
- A bug where additional queries specified in the workflow file would sometimes not be respected has been fixed. #1018
See the full CHANGELOG.md for more information.
v1.1.7
CodeQL Action Changelog
1.1.7 - 05 Apr 2022
- A bug where additional queries specified in the workflow file would sometimes not be respected has been fixed. #1018
See the full CHANGELOG.md for more information.
CodeQL Bundle
Bundles CodeQL CLI v2.8.5
v2.1.6
CodeQL Action Changelog
2.1.6 - 30 Mar 2022
- [v2+ only] The CodeQL Action now runs on Node.js v16. #1000
- Update default CodeQL bundle version to 2.8.4. #990
- Fix a bug where an invalid
commit_oidwas being sent to code scanning when a custom checkout path was being used. #956
See the full CHANGELOG.md for more information.