Use Super-Linter Slim Image (#6610)

Co-authored-by: dahn <daan@onecht.net>
This commit is contained in:
John Bampton 2023-01-12 22:41:28 +10:00 committed by GitHub
parent aad03530af
commit c0a32d00b7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -39,8 +39,8 @@ jobs:
with:
# Full git history is needed to get a proper list of changed files within `super-linter`
fetch-depth: 0
- name: Super-Linter
uses: github/super-linter@v4
- name: SuperLinter
uses: github/super-linter/slim@v4.9.6
env:
DEFAULT_BRANCH: main
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}