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.
This commit is contained in:
Stanislas Lange
2025-12-04 18:08:57 +01:00
committed by Stanislas
parent d61b16f3b8
commit 00f3cd1605

View File

@@ -9,6 +9,6 @@ jobs:
- name: Checkout Code - name: Checkout Code
uses: actions/checkout@v4 uses: actions/checkout@v4
- name: Lint Code Base - name: Lint Code Base
uses: github/super-linter@v4.1.0 uses: super-linter/super-linter@v7
env: env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}