From dae4d4238d96d9c520dace2610a0946ce15b5430 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 15 Nov 2023 22:57:36 +0000 Subject: [PATCH] Update super-linter/super-linter action to v5.7.0 --- .github/workflows/pr-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr-test.yml b/.github/workflows/pr-test.yml index bb97947dd..d9eab21c9 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.6.1 + uses: super-linter/super-linter/slim@v5.7.0 env: VALIDATE_ALL_CODEBASE: true VALIDATE_SQLFLUFF: false