From e5ca7dd0f27f996672163eeef9a6497aaf048c75 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 28 Feb 2023 14:57:01 +0000 Subject: [PATCH] chore(deps): update codecov/codecov-action digest to 927bc26 --- .github/workflows/merge.yml | 2 +- .github/workflows/pullrequest.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/merge.yml b/.github/workflows/merge.yml index 1a32d14d1..69199861f 100644 --- a/.github/workflows/merge.yml +++ b/.github/workflows/merge.yml @@ -49,7 +49,7 @@ jobs: run: mvn --batch-mode --update-snapshots verify - name: Upload coverage to Codecov - uses: codecov/codecov-action@ce0bcc6545402c9ff54c61ed1a75df3e8a9845b5 + uses: codecov/codecov-action@927bc26587974473ed4ef1d42ae6d8d0890150a6 with: flags: unittests # optional name: coverage # optional diff --git a/.github/workflows/pullrequest.yml b/.github/workflows/pullrequest.yml index a6bff89dd..62129d1e6 100644 --- a/.github/workflows/pullrequest.yml +++ b/.github/workflows/pullrequest.yml @@ -42,7 +42,7 @@ jobs: run: mvn --batch-mode --update-snapshots verify -P integration-test - name: Upload coverage to Codecov - uses: codecov/codecov-action@ce0bcc6545402c9ff54c61ed1a75df3e8a9845b5 + uses: codecov/codecov-action@927bc26587974473ed4ef1d42ae6d8d0890150a6 with: token: ${{ secrets.CODECOV_TOKEN }} # not required for public repos flags: unittests # optional