From 30942afe842c5a868eace9653428469ee79791cf Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 29 Aug 2023 22:31:07 +0000 Subject: [PATCH] chore(deps): update codecov/codecov-action digest to 04adceb (#581) 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 481e281a9..76dbd8a11 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@6991c70c83e2c91b0e25fcd450deaf32bb17a653 + uses: codecov/codecov-action@04adcebd9b38cae0bb0fd4a05e3497ce0bce41a0 with: token: ${{ secrets.CODECOV_TOKEN }} # not required for public repos flags: unittests # optional diff --git a/.github/workflows/pullrequest.yml b/.github/workflows/pullrequest.yml index 24592f057..edf3b7b9f 100644 --- a/.github/workflows/pullrequest.yml +++ b/.github/workflows/pullrequest.yml @@ -36,7 +36,7 @@ jobs: run: mvn --batch-mode --update-snapshots --activate-profiles e2e verify - name: Upload coverage to Codecov - uses: codecov/codecov-action@6991c70c83e2c91b0e25fcd450deaf32bb17a653 + uses: codecov/codecov-action@04adcebd9b38cae0bb0fd4a05e3497ce0bce41a0 with: token: ${{ secrets.CODECOV_TOKEN }} # not required for public repos flags: unittests # optional