Skip to content

Commit

Permalink
update megalinter ci/cd
Browse files Browse the repository at this point in the history
  • Loading branch information
GenZmeY committed Oct 7, 2023
1 parent ef16481 commit 90beee7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/mega-linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:

- name: MegaLinter
id: ml
uses: oxsecurity/megalinter@v6
uses: oxsecurity/megalinter@v7
env:
VALIDATE_ALL_CODEBASE: true
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down Expand Up @@ -68,5 +68,5 @@ jobs:
with:
branch: ${{ github.event.pull_request.head.ref || github.head_ref || github.ref }}
commit_message: "[MegaLinter] Apply linters fixes"
commit_user_name: megalinter-bot
commit_user_email: [email protected]
commit_user_name: "github-actions"
commit_user_email: "github-actions[bot]@users.noreply.github.com"

0 comments on commit 90beee7

Please sign in to comment.