diff --git a/.github/workflows/super-linter.yml b/.github/workflows/super-linter.yml index 9587cce..ede948f 100644 --- a/.github/workflows/super-linter.yml +++ b/.github/workflows/super-linter.yml @@ -13,7 +13,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Lint code base - uses: github/super-linter@v5 + uses: github/super-linter@v7 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Listed but commented out linters would be nice to have.