From: Frantisek Sumsal Date: Thu, 2 May 2024 07:53:43 +0000 (+0200) Subject: ci: point Super-Linter to the new upstream X-Git-Tag: v256-rc2~122^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=109780a35e3711dc2e2c68d9b30151486e34d66c;p=thirdparty%2Fsystemd.git ci: point Super-Linter to the new upstream Looks like since [0] the Super-Linter repo was moved to super-linter/super-linter and github/super-linter is just a fork, so let's update the reference accordingly. [0] https://github.com/github/super-linter/commit/59fac7946c4891bb4867ebb4ffdb05c32fac3cf4 --- diff --git a/.github/workflows/linter.yml b/.github/workflows/linter.yml index b3d411e5553..8651f4e06c2 100644 --- a/.github/workflows/linter.yml +++ b/.github/workflows/linter.yml @@ -29,7 +29,7 @@ jobs: fetch-depth: 0 - name: Lint Code Base - uses: github/super-linter/slim@4e51915f4a812abf59fed160bb14595c0a38a9e7 + uses: super-linter/super-linter/slim@4e51915f4a812abf59fed160bb14595c0a38a9e7 env: DEFAULT_BRANCH: main MULTI_STATUS: false