From d78b5004ec1acd4a1c9399c2a65218697f4ae169 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 18 Oct 2023 15:01:32 +0200 Subject: [PATCH] chore(deps): update super-linter/super-linter action to v5.4.3 (#638) 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 b3729dd0..c5a58303 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.2 + uses: super-linter/super-linter@v5.4.3 env: VALIDATE_CPP: false # Use clang-formt instead VALIDATE_ALL_CODEBASE: false