From f1e32cf8a2509dc77cd22c7ad8ede1c41989f869 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 28 May 2026 13:21:36 +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