Skip to content

Commit 4ea992a

Browse files
committed
Update super-linter to v8
1 parent 8f68659 commit 4ea992a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/superlinter.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
# Run Linter against code base #
2222
################################
2323
- name: Lint Code Base
24-
uses: super-linter/super-linter/slim@v7
24+
uses: super-linter/super-linter/slim@ffde3b2b33b745cb612d787f669ef9442b1339a6 # v8.1.0
2525
env:
2626
VALIDATE_ALL_CODEBASE: true
2727
DEFAULT_BRANCH: main
@@ -33,7 +33,6 @@ jobs:
3333
VALIDATE_JSCPD: false
3434
VALIDATE_JSON_PRETTIER: false
3535
VALIDATE_MARKDOWN_PRETTIER: false
36-
VALIDATE_KUBERNETES_KUBECONFORM: false
3736
VALIDATE_PYTHON_PYLINT: false
3837
VALIDATE_SHELL_SHFMT: false
3938
VALIDATE_YAML: false

0 commit comments

Comments
 (0)