From c0a32d00b73a22c09d4abd1e3f0f07be643ff377 Mon Sep 17 00:00:00 2001 From: John Bampton Date: Thu, 12 Jan 2023 22:41:28 +1000 Subject: [PATCH] Use Super-Linter Slim Image (#6610) Co-authored-by: dahn --- .github/workflows/linter.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/linter.yml b/.github/workflows/linter.yml index a484903d99b..04b06c08334 100644 --- a/.github/workflows/linter.yml +++ b/.github/workflows/linter.yml @@ -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 }}