Skip to content

Commit d2a08c4

Browse files
github-actions[bot]dependabot[bot]madelen-at-work
authored
Bump super-linter/super-linter from 6 to 7 (#174)
* Bump super-linter/super-linter from 6 to 7 Bumps [super-linter/super-linter](https://github.com/super-linter/super-linter) from 6 to 7. - [Release notes](https://github.com/super-linter/super-linter/releases) - [Changelog](https://github.com/super-linter/super-linter/blob/main/CHANGELOG.md) - [Commits](super-linter/super-linter@v6...v7) --- updated-dependencies: - dependency-name: super-linter/super-linter dependency-type: direct:production update-type: version-update:semver-major ... * Update CONTRIBUTING.md --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Madelen Andersson <madelen.andersson@axis.com>
1 parent c27c81c commit d2a08c4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/lint.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
fetch-depth: 0
1717

1818
- name: Lint codebase
19-
uses: super-linter/super-linter/slim@v6
19+
uses: super-linter/super-linter/slim@v7
2020
env:
2121
VALIDATE_ALL_CODEBASE: true
2222
DEFAULT_BRANCH: main

CONTRIBUTING.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ docker run --rm \
185185
-e VALIDATE_MARKDOWN=true \
186186
-e VALIDATE_SHELL_SHFMT=true \
187187
-e VALIDATE_YAML=true \
188-
ghcr.io/super-linter/super-linter:slim-v6
188+
ghcr.io/super-linter/super-linter:slim-v7
189189
```
190190

191191
See [`.github/workflows/lint.yml`](.github/workflows/lint.yml) for the exact setup used by this project.
@@ -199,7 +199,7 @@ docker run --rm \
199199
-v $PWD:/tmp/lint \
200200
-w /tmp/lint \
201201
--entrypoint /bin/bash \
202-
-it ghcr.io/super-linter/super-linter:slim-v6
202+
-it ghcr.io/super-linter/super-linter:slim-v7
203203
```
204204

205205
Then from the container terminal, the following commands can lint the the code base for different

0 commit comments

Comments
 (0)