You can use the CodeQL CLI to upload CodeQL analysis results to GitHub.| GitHub Docs
To get started with the CodeQL CLI, you need to download and set up the CLI so that it can access the tools and libraries required to create and analyze databases.| GitHub Docs
You can build a CodeQL database containing the data needed to analyze your code.| GitHub Docs
You can run queries against a CodeQL database extracted from a codebase.| 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
You can use CodeQL to identify vulnerabilities and errors in your code. The results are shown as code scanning alerts in GitHub.| GitHub Docs
Quickly set up code scanning to find and fix vulnerable code automatically.| GitHub Docs