Skip to content

Commit c4047af

Browse files
authored
Add extra reference to docs.github.com
Clarify the existing reference and add one for CodeQL code scanning using GitHub Actions.
1 parent b52b158 commit c4047af

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/codeql/codeql-cli/creating-codeql-databases.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,10 @@ Before you generate a CodeQL database, you need to:
1717
- Check out the version of your codebase you want to analyze. The directory
1818
should be ready to build, with all dependencies already installed.
1919

20-
For information about using the CodeQL CLI in a CI system to create results
20+
For information about using the CodeQL CLI in a third-party CI system to create results
2121
to display in GitHub as code scanning alerts, see `Configuring CodeQL CLI in your CI system <https://docs.github.com/en/code-security/secure-coding/using-codeql-code-scanning-with-your-existing-ci-system/configuring-codeql-cli-in-your-ci-system>`__
22+
in the GitHub documentation. For information about enabling CodeQL code scanning using GitHub Actions,
23+
see `Setting up code scanning for a repository <https://docs.github.com/en/code-security/secure-coding/automatically-scanning-your-code-for-vulnerabilities-and-errors/setting-up-code-scanning-for-a-repository>`__
2224
in the GitHub documentation.
2325

2426
Running ``codeql database create``

0 commit comments

Comments
 (0)