diff --git a/.github/workflows/merge.yml b/.github/workflows/merge.yml index 745a31e8e..4bc202038 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@5bf250470ea3e4bf9456e73127015eb78ce4c280 + uses: codecov/codecov-action@b4dfea724ff5d8e51bb4dffdc668c0d964df6103 with: flags: unittests # optional name: coverage # optional diff --git a/.github/workflows/pullrequest.yml b/.github/workflows/pullrequest.yml index e0fe0dd94..355c129b2 100644 --- a/.github/workflows/pullrequest.yml +++ b/.github/workflows/pullrequest.yml @@ -42,7 +42,7 @@ jobs: run: mvn --batch-mode --update-snapshots verify -P e2e-test - name: Upload coverage to Codecov - uses: codecov/codecov-action@5bf250470ea3e4bf9456e73127015eb78ce4c280 + uses: codecov/codecov-action@b4dfea724ff5d8e51bb4dffdc668c0d964df6103 with: token: ${{ secrets.CODECOV_TOKEN }} # not required for public repos flags: unittests # optional