diff --git a/.github/workflows/linter.yml b/.github/workflows/linter.yml index e5adb40b1..e62273fc8 100644 --- a/.github/workflows/linter.yml +++ b/.github/workflows/linter.yml @@ -22,7 +22,7 @@ jobs: fetch-depth: 0 - name: Lint Code Base - uses: github/super-linter/slim@v7 + uses: github/super-linter/slim@v8 env: VALIDATE_ALL_CODEBASE: false GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}