From 1cd4c6ee6d74a1af49f2f8c78b275e583b7b0e4a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 3 May 2023 17:42:55 +0000 Subject: [PATCH] chore(deps): update codecov/codecov-action digest to b4dfea7 --- .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 745a31e8e..4bc202038 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@5bf250470ea3e4bf9456e73127015eb78ce4c280 + uses: codecov/codecov-action@b4dfea724ff5d8e51bb4dffdc668c0d964df6103 with: flags: unittests # optional name: coverage # optional diff --git a/.github/workflows/pullrequest.yml b/.github/workflows/pullrequest.yml index e0fe0dd94..355c129b2 100644 --- a/.github/workflows/pullrequest.yml +++ b/.github/workflows/pullrequest.yml @@ -42,7 +42,7 @@ jobs: run: mvn --batch-mode --update-snapshots verify -P e2e-test - name: Upload coverage to Codecov - uses: codecov/codecov-action@5bf250470ea3e4bf9456e73127015eb78ce4c280 + uses: codecov/codecov-action@b4dfea724ff5d8e51bb4dffdc668c0d964df6103 with: token: ${{ secrets.CODECOV_TOKEN }} # not required for public repos flags: unittests # optional