From: Frantisek Sumsal Date: Thu, 2 May 2024 07:45:02 +0000 (+0200) Subject: ci: explicitly disable multi status for Super-Linter X-Git-Tag: v256-rc2~122^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b160ac9c126d904358a83a18542e0a37d9ca0d5c;p=thirdparty%2Fsystemd.git 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] https://github.com/super-linter/super-linter/commit/e6e6e1fa5f60e15d7e9b89248bb0809bea1c17e9 --- diff --git a/.github/workflows/linter.yml b/.github/workflows/linter.yml index 93358de7a78..b3d411e5553 100644 --- a/.github/workflows/linter.yml +++ b/.github/workflows/linter.yml @@ -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