ci: explicitly disable multi status for Super-Linter

The multi status feature requires $GITHUB_TOKEN, and since [0] it
defaults to true. Since we don't need it, let's explicitly disable the
feature.

[0] e6e6e1fa5f
This commit is contained in:
Frantisek Sumsal 2024-05-02 09:45:02 +02:00
parent 8fb796a423
commit b160ac9c12

View file

@ -32,5 +32,6 @@ jobs:
uses: github/super-linter/slim@4e51915f4a812abf59fed160bb14595c0a38a9e7
env:
DEFAULT_BRANCH: main
MULTI_STATUS: false
VALIDATE_ALL_CODEBASE: false
VALIDATE_GITHUB_ACTIONS: true