From 4998ffe5c36f02e7b6102a20fc80edf05bf924c4 Mon Sep 17 00:00:00 2001 From: "renovate-sh-app[bot]" <219655108+renovate-sh-app[bot]@users.noreply.github.com> Date: Sun, 2 Nov 2025 15:18:35 +0000 Subject: [PATCH] chore(deps): update github/super-linter docker tag to v3.17.2 | datasource | package | from | to | | ---------- | ------------------- | ------- | ------- | | docker | github/super-linter | v3.12.0 | v3.17.2 | Signed-off-by: renovate-sh-app[bot] <219655108+renovate-sh-app[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 0f9806a3b4..ac2ae1718a 100644 --- a/.github/workflows/linter.yml +++ b/.github/workflows/linter.yml @@ -31,7 +31,7 @@ jobs: fi - name: Lint Code Base - uses: docker://github/super-linter:v3.12.0 + uses: docker://github/super-linter:v3.17.2@sha256:7efd08279c13dd68e0271507adc9cf5719c655a9f7d218a63a9fb673378713ca env: FILTER_REGEX_EXCLUDE: .*(README\.md|Chart\.yaml|NOTES.txt).* FILTER_REGEX_INCLUDE: ${{ inputs.filter_regex_include }}