diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index f5633e8..c37e761 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -65,7 +65,7 @@ jobs: - name: Check coverage.info exists run: test -f ${{github.workspace}}/coverage.info - name: Upload Code Coverage - uses: codecov/codecov-action@7f8b4b4bde536c465e797be725718b88c5d95e0e # v5 + uses: codecov/codecov-action@1e68e06f1dbfde0e4cefc87efeba9e4643565303 # v5 with: fail_ci_if_error: true use_oidc: true