From 3654c6d4196fc74dee4d235da97231e664bbd742 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 18 Jul 2025 14:45:13 +0000 Subject: [PATCH 1/2] chore(deps): update super-linter/super-linter action to v8 --- .github/workflows/super-linter.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/super-linter.yml b/.github/workflows/super-linter.yml index 05556d5..a7cba27 100644 --- a/.github/workflows/super-linter.yml +++ b/.github/workflows/super-linter.yml @@ -17,6 +17,6 @@ jobs: run: cat .github/super-linter.env >> "$GITHUB_ENV" - name: Lint code base - uses: super-linter/super-linter/slim@v7 + uses: super-linter/super-linter/slim@v8 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} From 7d3fa4b322dfc16dbf0d14f8dd1320296b0e690b Mon Sep 17 00:00:00 2001 From: Joakim Roubert Date: Thu, 16 Oct 2025 13:45:22 +0200 Subject: [PATCH 2/2] LINT.md: v7 -> v8 Change-Id: I0e488a6ff6d7aef99759678e9bafa215900f99cc Signed-off-by: Joakim Roubert --- LINT.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/LINT.md b/LINT.md index 5f77371..fa0837b 100644 --- a/LINT.md +++ b/LINT.md @@ -22,7 +22,7 @@ docker run --rm \ -v "$PWD":/tmp/lint \ -e RUN_LOCAL=true \ --env-file .github/super-linter.env \ - ghcr.io/super-linter/super-linter:slim-v7 + ghcr.io/super-linter/super-linter:slim-v8 ``` ## Run super-linter interactively @@ -36,7 +36,7 @@ docker run -it --rm \ -w /tmp/lint \ --env-file .github/super-linter.env \ --entrypoint /bin/bash \ - ghcr.io/super-linter/super-linter:slim-v7 + ghcr.io/super-linter/super-linter:slim-v8 ``` Then from the container terminal, the following commands can lint the the code