From 71dc232fff3070ead939ab754df0fcfb5479f7ce Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 11 Apr 2023 18:18:26 +0000 Subject: [PATCH] chore(deps): update codecov/codecov-action digest to 030a000 --- .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 ea163f576..eca0bc7ab 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@91e184765dad936fb6df80d5af0decb809a33dac + uses: codecov/codecov-action@030a000ec6eeef2b34acd3dbd50def6ec6989c82 with: flags: unittests # optional name: coverage # optional diff --git a/.github/workflows/pullrequest.yml b/.github/workflows/pullrequest.yml index e4e9be4a0..0da8fc86b 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@91e184765dad936fb6df80d5af0decb809a33dac + uses: codecov/codecov-action@030a000ec6eeef2b34acd3dbd50def6ec6989c82 with: token: ${{ secrets.CODECOV_TOKEN }} # not required for public repos flags: unittests # optional