Skip to content

Commit 589e1ac

Browse files
Downgrade github/super-linter to v3.17.0
1 parent ef6de63 commit 589e1ac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@ jobs:
1616
fetch-depth: 0
1717

1818
- name: Lint
19-
uses: github/super-linter@v3
19+
uses: github/super-linter@v3.17.0
2020
env:
2121
VALIDATE_ALL_CODEBASE: false
2222
VALIDATE_EDITORCONFIG: false
2323
VALIDATE_JSCPD: false
24-
DEFAULT_BRANCH: 2.6
24+
DEFAULT_BRANCH: main
2525
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2626

2727
- uses: actions/cache@v2

0 commit comments

Comments
 (0)