Escape named value in input description
This commit is contained in:
parent
27a6cd0a11
commit
24c3eda0e3
1 changed files with 2 additions and 2 deletions
|
|
@ -7,11 +7,11 @@ inputs:
|
||||||
required: false
|
required: false
|
||||||
# If not specified the Action will check in several places until it finds the CodeQL tools.
|
# If not specified the Action will check in several places until it finds the CodeQL tools.
|
||||||
languages:
|
languages:
|
||||||
description: |
|
description: >-
|
||||||
A comma-separated list of CodeQL languages to analyze.
|
A comma-separated list of CodeQL languages to analyze.
|
||||||
|
|
||||||
Due to the performance benefit of parallelizing builds, we recommend specifying languages to
|
Due to the performance benefit of parallelizing builds, we recommend specifying languages to
|
||||||
analyze using a matrix and providing `${{ matrix.language }}` as this input.
|
analyze using a matrix and providing `\$\{{ matrix.language }}` as this input.
|
||||||
|
|
||||||
For more information, see
|
For more information, see
|
||||||
https://docs.github.com/en/code-security/code-scanning/creating-an-advanced-setup-for-code-scanning/customizing-your-advanced-setup-for-code-scanning#changing-the-languages-that-are-analyzed.
|
https://docs.github.com/en/code-security/code-scanning/creating-an-advanced-setup-for-code-scanning/customizing-your-advanced-setup-for-code-scanning#changing-the-languages-that-are-analyzed.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue