diff --git a/.github/workflows/linter.yaml b/.github/workflows/linter.yaml index 9ab046c..741c636 100644 --- a/.github/workflows/linter.yaml +++ b/.github/workflows/linter.yaml @@ -14,7 +14,7 @@ jobs: with: fetch-depth: 0 - name: Lint Code Base - uses: github/super-linter/slim@v4 + uses: github/super-linter/slim@v6 env: FILTER_REGEX_INCLUDE: .*src/main/.* VALIDATE_ALL_CODEBASE: false