Skip to content

Commit 28180cf

Browse files
committed
XYZ-12345 Updated bash setting
1 parent 4ac0e3f commit 28180cf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pipeline.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@ jobs:
1111
- name: Checkout code
1212
uses: actions/checkout@v4
1313
with:
14-
fetch-depth: 0
14+
fetch-depth: 1
1515
- name: Super-linter
1616
uses: super-linter/[email protected]
1717
env:
1818
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
19-
FIX_BASH: true
19+
VALIDATE_BASH: false
2020
FIX_CHECKOV: true
2121
FIX_MARKDOWN: true
2222
FIX_MARKDOWN_PRETTIER: true

0 commit comments

Comments
 (0)