From c05609ae4c6554d0795869990bb8414cabfcd7e8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 13 Sep 2023 18:28:32 +0000 Subject: [PATCH] chore(deps): update codecov/codecov-action digest to c4cf8a4 (#611) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .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 26a917369..74b793334 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@c9e4b7326764720e2d95c3a9615d9e6ba7fc949f + uses: codecov/codecov-action@c4cf8a4f03f0ac8585acb7c1b7ce3460ec15782f with: token: ${{ secrets.CODECOV_TOKEN }} # not required for public repos flags: unittests # optional diff --git a/.github/workflows/pullrequest.yml b/.github/workflows/pullrequest.yml index 2edf45191..31415eafa 100644 --- a/.github/workflows/pullrequest.yml +++ b/.github/workflows/pullrequest.yml @@ -36,7 +36,7 @@ jobs: run: mvn --batch-mode --update-snapshots --activate-profiles e2e verify - name: Upload coverage to Codecov - uses: codecov/codecov-action@c9e4b7326764720e2d95c3a9615d9e6ba7fc949f + uses: codecov/codecov-action@c4cf8a4f03f0ac8585acb7c1b7ce3460ec15782f with: token: ${{ secrets.CODECOV_TOKEN }} # not required for public repos flags: unittests # optional