diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml index ec4f4d88..b31ad6ba 100644 --- a/.github/workflows/ci-build.yml +++ b/.github/workflows/ci-build.yml @@ -27,7 +27,7 @@ jobs: run: yarn test - name: Upload unit test coverage if: success() - uses: codecov/codecov-action@7f8b4b4bde536c465e797be725718b88c5d95e0e # v5 + uses: codecov/codecov-action@1e68e06f1dbfde0e4cefc87efeba9e4643565303 # v5 with: token: ${{ secrets.CODECOV_TOKEN }} fail_ci_if_error: true