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
This commit is contained in:
François Mockers 2025-03-16 21:25:45 +01:00 committed by GitHub
parent 137451b584
commit 6b61e38011
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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