From 00f3cd16055acd2956a37c013c611a4cccda22c5 Mon Sep 17 00:00:00 2001 From: Stanislas Lange Date: Thu, 4 Dec 2025 18:08:57 +0100 Subject: [PATCH] ci: update Super Linter from v4.1.0 to v7 The super-linter project has been moved to the super-linter org and significantly updated. v7 includes many improvements and bug fixes. --- .github/workflows/lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index d1c6650..4120775 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -9,6 +9,6 @@ jobs: - name: Checkout Code uses: actions/checkout@v4 - name: Lint Code Base - uses: github/super-linter@v4.1.0 + uses: super-linter/super-linter@v7 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}