Skip to content

Commit 70f986b

Browse files
build(deps): bump super-linter/super-linter from 5 to 6 (#1)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Antony David <[email protected]>
1 parent 2da043f commit 70f986b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/lint.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,14 @@ jobs:
1919
steps:
2020
- name: Checkout code
2121
uses: actions/checkout@v4
22+
with:
23+
fetch-depth: 0
2224

2325
- name: Super-linter
24-
uses: super-linter/super-linter/slim@v5
26+
uses: super-linter/super-linter/slim@v6
2527
env:
2628
VALIDATE_ALL_CODEBASE: true
29+
VALIDATE_CHECKOV: false
2730
VALIDATE_JSCPD: false
2831
VALIDATE_CHECKOV: false
2932
DEFAULT_BRANCH: main

0 commit comments

Comments
 (0)