From 9051367fd879436e363d129e2decee12cc0d6cd6 Mon Sep 17 00:00:00 2001 From: John Bampton Date: Sun, 13 Aug 2023 11:03:05 +1000 Subject: [PATCH] Fix Super-Linter action path https://github.com/super-linter/super-linter https://github.com/marketplace/actions/super-linter They changed the organization name to "super-linter" from "github" for the Super-Linter Action --- .github/workflows/super-linter.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/super-linter.yml b/.github/workflows/super-linter.yml index 647933d33..d8e100e04 100644 --- a/.github/workflows/super-linter.yml +++ b/.github/workflows/super-linter.yml @@ -20,7 +20,7 @@ jobs: # Full git history is needed to get a proper list of changed files within `super-linter` fetch-depth: 0 - name: Lint Code Base - uses: github/super-linter/slim@v5.0.0 + uses: super-linter/super-linter/slim@v5.2.0 env: ERROR_ON_MISSING_EXEC_BIT: true VALIDATE_BASH: true