diff --git a/.github/workflows/super-linter.yml b/.github/workflows/super-linter.yml index 7a918a0..c2e9f9c 100644 --- a/.github/workflows/super-linter.yml +++ b/.github/workflows/super-linter.yml @@ -27,7 +27,7 @@ jobs: fetch-depth: 0 - name: Lint Code Base - uses: super-linter/super-linter/slim@v7 + uses: super-linter/super-linter/slim@v8 env: # To report GitHub Actions status checks VALIDATE_PYTHON_PYLINT: false GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}