1
0
mirror of synced 2025-12-21 19:06:49 -05:00

Add named anchors for the CodeQL CLI aka.ms links (#35179)

This commit is contained in:
Felicity Chapman
2023-03-01 14:01:41 +00:00
committed by GitHub
parent f8bb4b7916
commit 172456d9a4
5 changed files with 13 additions and 14 deletions

View File

@@ -241,10 +241,11 @@ The following examples are designed to give you an idea of some of the build com
This command runs a custom script that contains all of the commands required to build the project.
### Using indirect build tracing
<!-- Anchor to maintain the CodeQL CLI manual pages link: https://aka.ms/codeql-docs/indirect-tracing -->
<!--The CodeQL CLI man pages include a link to this section of the article. If you rename this section,
make sure that you also update the MS short link: https://aka.ms/codeql-docs/indirect-tracing.-->
<a name="using-indirect-build-tracing"></a>
### Using indirect build tracing
If the {% data variables.product.prodname_codeql_cli %} autobuilders for compiled languages do not work with your CI workflow and you cannot wrap invocations of build commands with `codeql database trace-command`, you can use indirect build tracing to create a {% data variables.product.prodname_codeql %} database. To use indirect build tracing, your CI system must be able to set custom environment variables for each build action.