From 5f68631eeb04abbe72d5d876b69ea968447242e0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 28 Feb 2023 19:44:50 +0000 Subject: [PATCH] chore(deps): update codecov/codecov-action digest to 4b062cb --- .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 1a32d14d..b48323f3 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@4b062cb89c1fe1fd7da7e013d554a088ea14178a with: flags: unittests # optional name: coverage # optional diff --git a/.github/workflows/pullrequest.yml b/.github/workflows/pullrequest.yml index a6bff89d..b9932195 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@4b062cb89c1fe1fd7da7e013d554a088ea14178a with: token: ${{ secrets.CODECOV_TOKEN }} # not required for public repos flags: unittests # optional