From 67e9dc0e94e6dc3815e3ea2bcd0c661d4469d70a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 28 Jan 2026 18:57:34 +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..0eddfdf7 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@12562e48d7059cf666c43a4ecb0d3b5a2b31bd9e # v8 env: VALIDATE_ALL_CODEBASE: false DEFAULT_BRANCH: main