diff --git a/.github/workflows/code-review.yml b/.github/workflows/code-review.yml index 7946986..64d54ce 100644 --- a/.github/workflows/code-review.yml +++ b/.github/workflows/code-review.yml @@ -19,7 +19,7 @@ jobs: fetch-depth: 0 - name: Run github/super-linter - uses: github/super-linter@v4 + uses: github/super-linter@v6 env: # Lint all code - disabled in as part of #262 VALIDATE_ALL_CODEBASE: false