From d2a08c465594381319c16eae2d18ebe8c67e1fd0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 20 Aug 2024 08:52:35 +0200 Subject: [PATCH] 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](https://github.com/super-linter/super-linter/compare/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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Madelen Andersson --- .github/workflows/lint.yml | 2 +- CONTRIBUTING.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 667f2b2..113c005 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -16,7 +16,7 @@ jobs: fetch-depth: 0 - name: Lint codebase - uses: super-linter/super-linter/slim@v6 + uses: super-linter/super-linter/slim@v7 env: VALIDATE_ALL_CODEBASE: true DEFAULT_BRANCH: main diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index f25481e..afa2bfc 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -185,7 +185,7 @@ docker run --rm \ -e VALIDATE_MARKDOWN=true \ -e VALIDATE_SHELL_SHFMT=true \ -e VALIDATE_YAML=true \ - ghcr.io/super-linter/super-linter:slim-v6 + ghcr.io/super-linter/super-linter:slim-v7 ``` See [`.github/workflows/lint.yml`](.github/workflows/lint.yml) for the exact setup used by this project. @@ -199,7 +199,7 @@ docker run --rm \ -v $PWD:/tmp/lint \ -w /tmp/lint \ --entrypoint /bin/bash \ - -it ghcr.io/super-linter/super-linter:slim-v6 + -it ghcr.io/super-linter/super-linter:slim-v7 ``` Then from the container terminal, the following commands can lint the the code base for different