diff --git a/.github/workflows/merge.yml b/.github/workflows/merge.yml index d16413450..745a31e8e 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@1dd0ce34be62fac4f3b714f860c0b0c520acd35d + uses: codecov/codecov-action@5bf250470ea3e4bf9456e73127015eb78ce4c280 with: flags: unittests # optional name: coverage # optional diff --git a/.github/workflows/pullrequest.yml b/.github/workflows/pullrequest.yml index 74336f3fd..df5df96b1 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@1dd0ce34be62fac4f3b714f860c0b0c520acd35d + uses: codecov/codecov-action@5bf250470ea3e4bf9456e73127015eb78ce4c280 with: token: ${{ secrets.CODECOV_TOKEN }} # not required for public repos flags: unittests # optional