Mention optional '+' modifier to combine input with config file.

This commit is contained in:
Dominik Bamberger
2021-07-26 11:04:02 +02:00
parent 15ed567420
commit ff74e9b73b

View File

@@ -203,9 +203,10 @@ 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.
Running all queries in a directory
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~