From 23c9ceed5497656869dcf777a1a6c86dbdbe6bb0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 19 Nov 2024 10:13:41 +0100 Subject: [PATCH] chore(deps): update super-linter/super-linter action to v7.2.0 (#1363) 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 f36b99d6..51a5a4b5 100644 --- a/.github/workflows/linter.yml +++ b/.github/workflows/linter.yml @@ -56,7 +56,7 @@ jobs: # Run Linter against code base # ################################ - name: Lint Code Base - uses: super-linter/super-linter@v7.1.0 + uses: super-linter/super-linter@v7.2.0 env: VALIDATE_CPP: false # Use clang-formt instead VALIDATE_ANSIBLE: false