diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 2407004e..828bd346 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -11,7 +11,7 @@ jobs: uses: actions/checkout@v4 - name: Lint Code Base - uses: github/super-linter/slim@v5 + uses: github/super-linter/slim@v7 env: FILTER_REGEX_EXCLUDE: gradlew VALIDATE_ALL_CODEBASE: false