From 0f34a95174857c9f568204eea7405749c89a67ba Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 10 Mar 2023 04:10:13 +0000 Subject: [PATCH] chore(deps): update codecov/codecov-action digest to 13d8b07 (#325) 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 45bf80df6..f00669e0b 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@4b062cb89c1fe1fd7da7e013d554a088ea14178a + uses: codecov/codecov-action@13d8b070d5c4da65fc2f3ccf6afe68f202f09cdc with: flags: unittests # optional name: coverage # optional diff --git a/.github/workflows/pullrequest.yml b/.github/workflows/pullrequest.yml index d8028aa31..878f03ab5 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@4b062cb89c1fe1fd7da7e013d554a088ea14178a + uses: codecov/codecov-action@13d8b070d5c4da65fc2f3ccf6afe68f202f09cdc with: token: ${{ secrets.CODECOV_TOKEN }} # not required for public repos flags: unittests # optional