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
analyzeAction by enabling debug mode. To enable debug mode, passdebug: trueto theinitAction, 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.