From 128d9a8815401077119ad09f6ca1892d422c387b Mon Sep 17 00:00:00 2001 From: Nikita Pivkin Date: Tue, 21 Apr 2026 13:10:35 +0600 Subject: [PATCH] chore: use GitHub Actions as git commit author in bump-trivy workflow (#561) --- .github/workflows/bump-trivy.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/bump-trivy.yaml b/.github/workflows/bump-trivy.yaml index 7861fcf..af10aca 100644 --- a/.github/workflows/bump-trivy.yaml +++ b/.github/workflows/bump-trivy.yaml @@ -50,8 +50,8 @@ jobs: BASE_BRANCH: ${{ github.event.repository.default_branch }} run: | gh auth setup-git - git config user.name "github-actions[bot]" - git config user.email "41898282+github-actions[bot]@users.noreply.github.com" + git config user.name "GitHub Actions" + git config user.email "actions@github.com" BRANCH="bump-trivy-${TRIVY_VERSION}" git checkout -b "${BRANCH}" git add action.yaml README.md test/