Skip to content

Commit 80faee3

Browse files
chore(deps): update github/super-linter action to v7 (#167)
* chore(deps): update github/super-linter action to v7 * Update build.yml after rebase lost the prior manual changes --------- Co-authored-by: Andras Kerekes <[email protected]>
1 parent 14be705 commit 80faee3

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- uses: actions/checkout@v4
12+
with:
13+
fetch-depth: 0
1214
- name: Setup Node.js
1315
uses: actions/setup-node@v1
1416
with:
@@ -24,7 +26,8 @@ jobs:
2426
exit 1
2527
fi
2628
- name: Lint Code Base
27-
uses: github/super-linter@v4
29+
uses: github/super-linter@v7
2830
env:
2931
DEFAULT_BRANCH: main
3032
VALIDATE_JSON: true
33+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)