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
This commit is contained in:
John Bampton
2023-08-13 11:03:05 +10:00
parent 1bc8ef903e
commit 9051367fd8
+1 -1
View File
@@ -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