diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 57cada8b..62fc7886 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,7 +27,7 @@ jobs: fetch-depth: 0 - name: Super-Linter - uses: super-linter/super-linter/slim@v7 + uses: super-linter/super-linter/slim@v8 env: VALIDATE_ALL_CODEBASE: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }} DEFAULT_BRANCH: main