From 212590e5e26317a4e70caca4d201e21cb7ffa7b4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 21 Apr 2023 02:33:20 +0000 Subject: [PATCH] chore(deps): update codecov/codecov-action digest to 894ff02 (#402) 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 20f96cda..0f0d83f9 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@6757614f24a05cb3f8641137b1ed46ed44d19fbc + uses: codecov/codecov-action@894ff025c7b54547a9a2a1e9f228beae737ad3c2 with: flags: unittests # optional name: coverage # optional diff --git a/.github/workflows/pullrequest.yml b/.github/workflows/pullrequest.yml index 16eeb44f..326c7305 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@6757614f24a05cb3f8641137b1ed46ed44d19fbc + uses: codecov/codecov-action@894ff025c7b54547a9a2a1e9f228beae737ad3c2 with: token: ${{ secrets.CODECOV_TOKEN }} # not required for public repos flags: unittests # optional