From 4845f12ba47ab23ebab4d9eefdf05696ebeef6a1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 6 Sep 2023 21:05:51 +0000 Subject: [PATCH] chore(deps): update codecov/codecov-action digest to a08d532 --- .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 534890f12..e85629097 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@78116274182c2729736ac465c39be601ea6d015e + uses: codecov/codecov-action@a08d532ca12316fb85fe0f7a3b1b90c6564e8707 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 e75c11720..db0e44955 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@78116274182c2729736ac465c39be601ea6d015e + uses: codecov/codecov-action@a08d532ca12316fb85fe0f7a3b1b90c6564e8707 with: token: ${{ secrets.CODECOV_TOKEN }} # not required for public repos flags: unittests # optional