Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/lint_on_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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@v7
# uses: super-linter/super-linter/slim@v8
# env:
# VALIDATE_ALL_CODEBASE: false
# DEFAULT_BRANCH: main
Expand All @@ -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@v7
uses: super-linter/super-linter/slim@v8
env:
VALIDATE_ALL_CODEBASE: false
DEFAULT_BRANCH: main
Expand Down