diff --git a/.github/workflows/codecov.yml b/.github/workflows/codecov.yml index 5d9a5e0..fae1417 100644 --- a/.github/workflows/codecov.yml +++ b/.github/workflows/codecov.yml @@ -27,7 +27,7 @@ jobs: echo "No Makefile coverage target, using default behavior" go test -coverprofile=coverage.out ./... fi - - uses: codecov/codecov-action@015f24e6818733317a2da2edd6290ab26238649a # pin@v4 + - uses: codecov/codecov-action@7f8b4b4bde536c465e797be725718b88c5d95e0e # pin@v4 with: files: coverage.out token: ${{ secrets.CODECOV_TOKEN }}