Skip to content

Commit 83fd0ba

Browse files
committed
build: bump super-linter from v4 to v7.1.0
1 parent 6f225ca commit 83fd0ba

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
@@ -23,12 +23,12 @@ jobs:
2323
fetch-depth: 0
2424

2525
- name: Lint
26-
uses: github/super-linter/slim@v4
26+
uses: super-linter/super-linter@v7.1.0
2727
env:
2828
VALIDATE_ALL_CODEBASE: false
2929
VALIDATE_EDITORCONFIG: false
3030
VALIDATE_JSCPD: false
31-
DEFAULT_BRANCH: "4.0"
31+
DEFAULT_BRANCH: "origin/4.0"
3232
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3333

3434
- uses: actions/cache@v4

0 commit comments

Comments
 (0)