From 3291ff3f85f03bc2a73bf1d4ad6c2b463f436a4f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 11 Apr 2023 20:40:45 +0000 Subject: [PATCH] chore(deps): update codecov/codecov-action digest to 40a12dc --- .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..2be08dfdb 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@40a12dcee2df644d47232dde008099a3e9e4f865 with: flags: unittests # optional name: coverage # optional diff --git a/.github/workflows/pullrequest.yml b/.github/workflows/pullrequest.yml index e4e9be4a0..1774b2ec1 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@40a12dcee2df644d47232dde008099a3e9e4f865 with: token: ${{ secrets.CODECOV_TOKEN }} # not required for public repos flags: unittests # optional