Skip to content

Commit 1bac334

Browse files
committed
Update languages help
Recommend using a matrix build
1 parent baf3361 commit 1bac334

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

init/action.yml

+7-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,13 @@ inputs:
88
# If not specified the Action will check in several places until it finds the CodeQL tools.
99
languages:
1010
description: |
11-
A comma-separated value of the languages to be analysed e.g. python,javascript
11+
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.
1218
required: false
1319
build-mode:
1420
description: >-

0 commit comments

Comments
 (0)