Skip to content

Commit e6331b7

Browse files
authored
Update superlinter.yml
1 parent ebbde8d commit e6331b7

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.github/workflows/superlinter.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,16 @@ jobs:
1616
# Checks out a copy of your repository on the ubuntu-latest machine
1717
- name: Checkout code
1818
uses: actions/checkout@v4.1.7
19-
19+
with:
20+
# super-linter needs the full git history to get the
21+
# list of files that changed across commits
22+
fetch-depth: 0
23+
2024
# Runs the Super-Linter action
2125
- name: Run Super-Linter
22-
uses: github/super-linter@v7
26+
uses: super-linter/super-linter@v7
2327
env:
2428
VALIDATE_XML: false
2529
VALIDATE_JSCPD: false
2630
VALIDATE_GITLEAKS: false
27-
DEFAULT_BRANCH: main
2831
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)