From efd4853532853b7c3c123baa856c3e48ebcee181 Mon Sep 17 00:00:00 2001 From: James Fletcher <42464962+jf205@users.noreply.github.com> Date: Mon, 12 Sep 2022 15:53:54 +0100 Subject: [PATCH] Apply suggestions from code review Co-authored-by: Felicity Chapman --- docs/codeql/codeql-cli/creating-codeql-databases.rst | 4 ++-- docs/codeql/reusables/download-github-database.rst | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/codeql/codeql-cli/creating-codeql-databases.rst b/docs/codeql/codeql-cli/creating-codeql-databases.rst index d2082f56471..602cd704c2d 100644 --- a/docs/codeql/codeql-cli/creating-codeql-databases.rst +++ b/docs/codeql/codeql-cli/creating-codeql-databases.rst @@ -379,8 +379,8 @@ The following example shows how you could use indirect build tracing in an Azure # `codeql database analyze` # then `codeql github upload-results` ... -Obtaining databases from GitHub.com ------------------------------------ +Downloading databases from GitHub.com +------------------------------------- .. include:: ../reusables/download-github-database.rst diff --git a/docs/codeql/reusables/download-github-database.rst b/docs/codeql/reusables/download-github-database.rst index c95482fa6a5..0b1325fc5fe 100644 --- a/docs/codeql/reusables/download-github-database.rst +++ b/docs/codeql/reusables/download-github-database.rst @@ -1,4 +1,4 @@ -GitHub also stores CodeQL databases for over 200,000 repos on GitHub.com, which you can download using the API. The list of repos is constantly growing and evolving to make sure that it includes the most interesting codebases for security research. +GitHub stores CodeQL databases for over 200,000 repos on GitHub.com, which you can download using the REST API. The list of repos is constantly growing and evolving to make sure that it includes the most interesting codebases for security research. To download a database from GitHub.com using the `GitHub CLI `__, use the following command::