From 09b50536fb439fe046681116a0328d192323536f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 24 Mar 2023 12:43:58 -0700 Subject: [PATCH] chore(deps): update codecov/codecov-action digest to fee4896 (#357) 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 aa98eb801..533f4ef6f 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@ddd8c1b461b46aee6f6da1fda652cd08c78188db + uses: codecov/codecov-action@fee48966e2ce725aedb2174d5cee5841f4c364b3 with: flags: unittests # optional name: coverage # optional diff --git a/.github/workflows/pullrequest.yml b/.github/workflows/pullrequest.yml index 9c6642d12..401fce75a 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@ddd8c1b461b46aee6f6da1fda652cd08c78188db + uses: codecov/codecov-action@fee48966e2ce725aedb2174d5cee5841f4c364b3 with: token: ${{ secrets.CODECOV_TOKEN }} # not required for public repos flags: unittests # optional