We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
languages
1 parent baf3361 commit 1bac334Copy full SHA for 1bac334
init/action.yml
@@ -8,7 +8,13 @@ inputs:
8
# If not specified the Action will check in several places until it finds the CodeQL tools.
9
languages:
10
description: |
11
- A comma-separated value of the languages to be analysed e.g. python,javascript
+ A comma-separated list of CodeQL languages to analyze.
12
+
13
+ Due to the performance benefit of parallelizing builds, we recommend specifying languages to
14
+ analyze using a matrix and providing `${{ matrix.language }}` as this input.
15
16
+ For more information, see
17
+ 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.
18
required: false
19
build-mode:
20
description: >-
0 commit comments