From 8893f5c74dc7e2ce29b1e912c3b73ad72872e946 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 26 Aug 2026 08:20:20 +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 cb22eb02..883130be 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@4ce20838b8ab83717e78138c5b3a1407148e0918 # v8 env: VALIDATE_ALL_CODEBASE: false DEFAULT_BRANCH: main