From 109780a35e3711dc2e2c68d9b30151486e34d66c Mon Sep 17 00:00:00 2001 From: Frantisek Sumsal Date: Thu, 2 May 2024 09:53:43 +0200 Subject: [PATCH] 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 --- .github/workflows/linter.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/linter.yml b/.github/workflows/linter.yml index b3d411e555..8651f4e06c 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