diff --git a/.github/workflows/merge.yml b/.github/workflows/merge.yml index 20f96cdaf..0f0d83f9f 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@6757614f24a05cb3f8641137b1ed46ed44d19fbc + uses: codecov/codecov-action@894ff025c7b54547a9a2a1e9f228beae737ad3c2 with: flags: unittests # optional name: coverage # optional diff --git a/.github/workflows/pullrequest.yml b/.github/workflows/pullrequest.yml index 16eeb44fb..326c7305a 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@6757614f24a05cb3f8641137b1ed46ed44d19fbc + uses: codecov/codecov-action@894ff025c7b54547a9a2a1e9f228beae737ad3c2 with: token: ${{ secrets.CODECOV_TOKEN }} # not required for public repos flags: unittests # optional