From 514e82e1dced12d66294c9ca155ba9fa1c9f72d3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 2 Dec 2023 15:04:43 +0100 Subject: [PATCH] chore(deps): update super-linter/super-linter action to v5.7.1 (#641) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/linter.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/linter.yml b/.github/workflows/linter.yml index c5a58303..08f71c20 100644 --- a/.github/workflows/linter.yml +++ b/.github/workflows/linter.yml @@ -47,7 +47,7 @@ jobs: # Run Linter against code base # ################################ - name: Lint Code Base - uses: super-linter/super-linter@v5.4.3 + uses: super-linter/super-linter@v5.7.1 env: VALIDATE_CPP: false # Use clang-formt instead VALIDATE_ALL_CODEBASE: false