From 6b61e380117b35c9d3857f6661a0b296a8c0a77a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Mockers?= Date: Sun, 16 Mar 2025 21:25:45 +0100 Subject: [PATCH] update superlinter (#18320) # Objective - super-linter uses an old version in CI and wasn't updated for the last two years ## Solution - Update super-linter --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 209f7618fb..b86cbbc6f3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -234,7 +234,7 @@ jobs: # Full git history is needed to get a proper list of changed files within `super-linter` fetch-depth: 0 - name: Run Markdown Lint - uses: docker://ghcr.io/github/super-linter:slim-v4 + uses: super-linter/super-linter/slim@v7.3.0 env: MULTI_STATUS: false VALIDATE_ALL_CODEBASE: false