From 5a7043f528c1eed69abfd59a5a53462e61b87870 Mon Sep 17 00:00:00 2001 From: James Fletcher <42464962+jf205@users.noreply.github.com> Date: Mon, 25 Apr 2022 15:57:18 +0100 Subject: [PATCH] Update analyzing-databases-with-the-codeql-cli.rst --- .../codeql-cli/analyzing-databases-with-the-codeql-cli.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/codeql/codeql-cli/analyzing-databases-with-the-codeql-cli.rst b/docs/codeql/codeql-cli/analyzing-databases-with-the-codeql-cli.rst index 724d050e488..d3b04a32a0b 100644 --- a/docs/codeql/codeql-cli/analyzing-databases-with-the-codeql-cli.rst +++ b/docs/codeql/codeql-cli/analyzing-databases-with-the-codeql-cli.rst @@ -147,7 +147,7 @@ you could use the following command from the directory containing your database: The analysis generates a file in the v2.1.0 SARIF format that is supported by all versions of GitHub. This file can be uploaded to GitHub by executing ``codeql github upload-results`` or the code scanning API. -For more information, see `Analyzing a CodeQL database `__ +For more information, see `Analyzing a CodeQL database `__ or `Code scanning API `__ in the GitHub documentation. CodeQL query suites are ``.qls`` files that use directives to select queries to run