From e6142e3ea355c31e712ea5f1d8bcfca6324b95d5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 18:33:05 +0000 Subject: [PATCH] Update github/super-linter action to v7 --- .github/workflows/lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 2407004e..828bd346 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -11,7 +11,7 @@ jobs: uses: actions/checkout@v4 - name: Lint Code Base - uses: github/super-linter/slim@v5 + uses: github/super-linter/slim@v7 env: FILTER_REGEX_EXCLUDE: gradlew VALIDATE_ALL_CODEBASE: false