diff --git a/.github/workflows/merge.yml b/.github/workflows/merge.yml index a1eb9448d..534890f12 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@04adcebd9b38cae0bb0fd4a05e3497ce0bce41a0 + uses: codecov/codecov-action@78116274182c2729736ac465c39be601ea6d015e 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 0bc1d4e89..e75c11720 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@04adcebd9b38cae0bb0fd4a05e3497ce0bce41a0 + uses: codecov/codecov-action@78116274182c2729736ac465c39be601ea6d015e with: token: ${{ secrets.CODECOV_TOKEN }} # not required for public repos flags: unittests # optional