diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 0f26e9aa1..7b48d3558 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -16,7 +16,7 @@ jobs: # Full git history is needed to get a proper list of changed files within `super-linter` fetch-depth: 0 - name: Lint Code Base - uses: super-linter/super-linter@v5 + uses: super-linter/super-linter@v6 env: VALIDATE_ALL_CODEBASE: false BASH_SEVERITY: error