You can run queries against a CodeQL database extracted from a codebase.| GitHub Docs
You can upload SARIF files generated outside GitHub and see code scanning alerts from third-party tools in your repository.| GitHub Docs
To display results from a third-party static analysis tool in your repository on GitHub, you'll need your results stored in a SARIF file that supports a specific subset of the SARIF 2.1.0 JSON schema for code scanning. If you use the default CodeQL static analysis engine, then your results will display in your repository on GitHub automatically.| GitHub Docs
When code scanning identifies a problem in a pull request, you can review the highlighted code and resolve the alert.| GitHub Docs
You can analyze your code with the CodeQL CLI or another tool in a third-party continuous integration system and upload the results to GitHub. The resulting code scanning alerts are shown alongside any alerts generated within GitHub.| GitHub Docs
The tool status page shows useful information about all of your code scanning tools. If code scanning is not working as you'd expect, the tool status page is a good starting point for debugging problems.| GitHub Docs
From the security view, you can explore and evaluate alerts for potential vulnerabilities or errors in your project's code.| GitHub Docs