From 794f55df0d7d42c88401979ea6aebe9a8ff09b94 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 18 Oct 2023 00:37:21 +0000 Subject: [PATCH] chore(deps): update super-linter/super-linter action to v5.4.3 --- .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 4a1ed7ed5f..fe8ae9f278 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.2 + uses: super-linter/super-linter/slim@v5.4.3 env: VALIDATE_ALL_CODEBASE: true VALIDATE_SQLFLUFF: false