diff --git a/.github/workflows/ct.yml b/.github/workflows/ct.yml index d6ad983..db2674e 100644 --- a/.github/workflows/ct.yml +++ b/.github/workflows/ct.yml @@ -46,7 +46,7 @@ jobs: # Run Linter against code base # ################################ - name: Lint Code Base - uses: github/super-linter/slim@v4 + uses: github/super-linter/slim@v5 env: VALIDATE_ALL_CODEBASE: false DEFAULT_BRANCH: main