From c4fe2b35b4139362cf63303615a8d20e1055e7c9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 1 Apr 2026 00:41:59 +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 4d340a0c..0568b295 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