From 48e1b9ff1d8c97a20d1504e01b863906eef71da4 Mon Sep 17 00:00:00 2001 From: GenZmeY Date: Sat, 21 Oct 2023 14:12:10 +0300 Subject: [PATCH] update megalinter ci/cd --- .github/workflows/mega-linter.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/mega-linter.yml b/.github/workflows/mega-linter.yml index b189d3d..332c6c4 100644 --- a/.github/workflows/mega-linter.yml +++ b/.github/workflows/mega-linter.yml @@ -31,7 +31,7 @@ jobs: - name: MegaLinter id: ml - uses: oxsecurity/megalinter@v6 + uses: oxsecurity/megalinter@v7 env: VALIDATE_ALL_CODEBASE: true GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} @@ -69,5 +69,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: nicolas.vuillamy@ox.security + commit_user_name: "github-actions" + commit_user_email: "github-actions[bot]@users.noreply.github.com"