1
0
mirror of synced 2026-01-23 12:02:29 -05:00
Files
docs/data/reusables/code-scanning/use-codeql-runner-not-cli.md

1.0 KiB

{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@3.1" or currentVersion == "github-ae@next" %} If the {% data variables.product.prodname_codeql_cli %} is unsuitable for use in your CI system, the {% data variables.product.prodname_codeql_runner %} is available as an alternative. Typically, this is needed if the CI system would need to orchestrate compiler invocations as well as running {% data variables.product.prodname_codeql %} analysis. For more information, see "Running {% data variables.product.prodname_codeql_runner %} in your CI system." {% endif %}

{% if currentVersion == "enterprise-server@3.1" %} You will need to use the {% data variables.product.prodname_codeql_runner %} if you need to:

  • Set up the CI system to orchestrate compiler invocations as well as running {% data variables.product.prodname_codeql %} analysis.
  • Analyze more than one language in a repository. {% endif %}