diff --git a/.github/workflows/lint_on_pr.yml b/.github/workflows/lint_on_pr.yml index f21e5330..9095c832 100644 --- a/.github/workflows/lint_on_pr.yml +++ b/.github/workflows/lint_on_pr.yml @@ -25,7 +25,7 @@ jobs: fetch-depth: 0 # - name: Lint Code Base (Blocking) # Blow up on gitleaks / github actions errors (ie. things which may / will cause issues) -# uses: super-linter/super-linter/slim@v6 +# uses: super-linter/super-linter/slim@v7 # env: # VALIDATE_ALL_CODEBASE: false # DEFAULT_BRANCH: main @@ -35,7 +35,7 @@ jobs: # VALIDATE_GITHUB_ACTIONS: true - name: Lint Code Base (Information only) # Run linter on everything else, but in 'information-only' mode. - uses: super-linter/super-linter/slim@v6 + uses: super-linter/super-linter/slim@v7 env: VALIDATE_ALL_CODEBASE: false DEFAULT_BRANCH: main