Skip to content

Commit be8a0c6

Browse files
authored
upgrade megalinter action to v8 (#1019)
1 parent 50dd247 commit be8a0c6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/linters/.mega-linter.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,5 @@ FLAVOR_SUGGESTIONS: false
2626
EMAIL_REPORTER: false
2727
FILEIO_REPORTER: false
2828
JSON_REPORTER: true
29-
GITHUB_STATUS_REPORTER: false
30-
GITHUB_COMMENT_REPORTER: false
29+
GITHUB_STATUS_REPORTER: true
30+
GITHUB_COMMENT_REPORTER: true

.github/workflows/linter.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
fetch-depth: 0
2323

2424
- name: Lint Code Base
25-
uses: oxsecurity/megalinter@v7
25+
uses: oxsecurity/megalinter@v8
2626
env:
2727
LOG_LEVEL: NOTICE
2828
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)