Skip to content

Commit

Permalink
upgrade megalinter action to v8 (#1019)
Browse files Browse the repository at this point in the history
  • Loading branch information
cfkoehler authored Dec 5, 2024
1 parent 50dd247 commit be8a0c6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/linters/.mega-linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@ FLAVOR_SUGGESTIONS: false
EMAIL_REPORTER: false
FILEIO_REPORTER: false
JSON_REPORTER: true
GITHUB_STATUS_REPORTER: false
GITHUB_COMMENT_REPORTER: false
GITHUB_STATUS_REPORTER: true
GITHUB_COMMENT_REPORTER: true
2 changes: 1 addition & 1 deletion .github/workflows/linter.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
fetch-depth: 0

- name: Lint Code Base
uses: oxsecurity/megalinter@v7
uses: oxsecurity/megalinter@v8
env:
LOG_LEVEL: NOTICE
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit be8a0c6

Please sign in to comment.