From 740b1bb3722d9704e383349478dd89ae5df43c41 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 26 Sep 2023 13:41:05 +0200 Subject: [PATCH] chore(deps): update super-linter/super-linter action to v5.3.1 (#615) 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 8e9e365d..067d2005 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.2.1 + uses: super-linter/super-linter@v5.3.1 env: VALIDATE_CPP: false # Use clang-formt instead VALIDATE_ALL_CODEBASE: false