diff --git a/.github/workflows/pr-test.yml b/.github/workflows/pr-test.yml index a5e70acec..79fc32e3c 100644 --- a/.github/workflows/pr-test.yml +++ b/.github/workflows/pr-test.yml @@ -30,7 +30,7 @@ jobs: - name: Install dependencies run: bash "${GITHUB_WORKSPACE}/scripts/pr_test/pr_super_lint/npm_ci.sh" - name: Lint files - uses: super-linter/super-linter/slim@v5.4.0 + uses: super-linter/super-linter/slim@v5.4.1 env: VALIDATE_ALL_CODEBASE: true VALIDATE_SQLFLUFF: false