From 3eb8d11a0a827497ab5b777902fbc289c65362f1 Mon Sep 17 00:00:00 2001 From: Dominik Bamberger Date: Mon, 26 Jul 2021 12:35:56 +0200 Subject: [PATCH] Remove space to test if that fixes CI. --- .../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 570067335a9..5f55e87ab43 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 @@ -203,7 +203,7 @@ In the CodeQL workflow file, you can add ``packs`` as input for the ``init`` act uses: github/codeql-action@v1 with: - packs: codeql/pack1@~1.2.3, +codeql/pack2 + packs: codeql/pack1@~1.2.3,+codeql/pack2 This format does not support multi-language analyses. You can prefix a package reference with a plus sign, resulting in the input being combined with the config file. Without it, the input overwrites the config file.