From 5d659dc2ef692c8fb515b5b98e44b0f0f554138f Mon Sep 17 00:00:00 2001 From: nscuro Date: Tue, 1 Aug 2023 22:33:57 +0200 Subject: [PATCH] Use `github-actions[bot]` for commits during release See https://github.com/actions/checkout/pull/1184 Signed-off-by: nscuro --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 633ffd967..3cae06c68 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -37,8 +37,8 @@ jobs: password: ${{ secrets.GITHUB_TOKEN }} - name: Perform Release run: |- - git config user.name "dependencytrack-bot" - git config user.email "106437498+dependencytrack-bot@users.noreply.github.com" + git config user.name "github-actions[bot]" + git config user.email "41898282+github-actions[bot]@users.noreply.github.com" BUILD_ARGS=( '-Dcheckstyle.skip'