We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c4375f2 + 476ca4a commit 479a6e1Copy full SHA for 479a6e1
.github/workflows/lint_on_pr.yml
@@ -25,7 +25,7 @@ jobs:
25
fetch-depth: 0
26
27
# - name: Lint Code Base (Blocking) # Blow up on gitleaks / github actions errors (ie. things which may / will cause issues)
28
-# uses: super-linter/super-linter/slim@v7
+# uses: super-linter/super-linter/slim@v8
29
# env:
30
# VALIDATE_ALL_CODEBASE: false
31
# DEFAULT_BRANCH: main
@@ -35,7 +35,7 @@ jobs:
35
# VALIDATE_GITHUB_ACTIONS: true
36
37
- name: Lint Code Base (Information only) # Run linter on everything else, but in 'information-only' mode.
38
- uses: super-linter/super-linter/slim@v7
+ uses: super-linter/super-linter/slim@v8
39
env:
40
VALIDATE_ALL_CODEBASE: false
41
DEFAULT_BRANCH: main
0 commit comments