Skip to content

Commit ced8264

Browse files
authored
Update superlinter.yml
Try to improve linter
1 parent 82df1b8 commit ced8264

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/superlinter.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
# Grant status permission for MULTI_STATUS #
1919
############################################
2020
permissions:
21-
contents: read
21+
contents: write
2222
packages: read
2323
statuses: write
2424

@@ -29,7 +29,7 @@ jobs:
2929
fetch-depth: 0
3030

3131
- name: Lint Code Base
32-
uses: docker://ghcr.io/super-linter/super-linter:slim-v7.2.1
32+
uses: docker://ghcr.io/super-linter/super-linter:slim-v8.1.0
3333
with:
3434
args: --timeout=30m
3535
env:

0 commit comments

Comments
 (0)