Skip to content

Commit

Permalink
Update languages help
Browse files Browse the repository at this point in the history
Recommend using a matrix build
  • Loading branch information
Henry Mercer committed Mar 8, 2024
1 parent baf3361 commit 1bac334
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion init/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,13 @@ inputs:
# If not specified the Action will check in several places until it finds the CodeQL tools.
languages:
description: |
A comma-separated value of the languages to be analysed e.g. python,javascript
A comma-separated list of CodeQL languages to analyze.
Due to the performance benefit of parallelizing builds, we recommend specifying languages to
analyze using a matrix and providing `${{ matrix.language }}` as this input.
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.
required: false
build-mode:
description: >-
Expand Down

0 comments on commit 1bac334

Please sign in to comment.