update megalinter ci/cd

This commit is contained in:
GenZmeY 2023-10-08 18:05:05 +03:00
parent f66b991b26
commit 9ab02e29a1
Signed by: GenZmeY
GPG Key ID: 424DA4BC3CB2CF39

View File

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