From 3d0ba8bb9aef2e24d3337fd1907e1f7d49e44321 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 23 Mar 2023 06:49:16 +0000 Subject: [PATCH] chore(deps): update codecov/codecov-action digest to ddd8c1b (#352) 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 d66b8555..859a41ff 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@9b87723d6ac0be351efc7242ba5ec28fa641c77c + uses: codecov/codecov-action@ddd8c1b461b46aee6f6da1fda652cd08c78188db with: flags: unittests # optional name: coverage # optional diff --git a/.github/workflows/pullrequest.yml b/.github/workflows/pullrequest.yml index 4a19f2d0..ad390f29 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@9b87723d6ac0be351efc7242ba5ec28fa641c77c + uses: codecov/codecov-action@ddd8c1b461b46aee6f6da1fda652cd08c78188db with: token: ${{ secrets.CODECOV_TOKEN }} # not required for public repos flags: unittests # optional