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:
parent
137451b584
commit
6b61e38011
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user