From 709ae79e9f6483104b89d7950665f4d21bebe8f0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 6 May 2026 11:04:43 +0000 Subject: [PATCH] chore(deps): update super-linter/super-linter action to v8 --- .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 609d5e22..16342570 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -54,7 +54,7 @@ jobs: # list of changed files within `super-linter` fetch-depth: 0 - name: Run super-linter - uses: super-linter/super-linter@1fa6ba58a88783e9714725cf89ac26d53e80c148 # v6 + uses: super-linter/super-linter@9e863354e3ff62e0727d37183162c4a88873df41 # v8 env: VALIDATE_ALL_CODEBASE: false DEFAULT_BRANCH: main