diff --git a/.github/workflows/pull_request,push.go.test.yaml b/.github/workflows/pull_request,push.go.test.yaml index 259e4fe4..47c9abe6 100644 --- a/.github/workflows/pull_request,push.go.test.yaml +++ b/.github/workflows/pull_request,push.go.test.yaml @@ -23,7 +23,7 @@ jobs: go-version: ${{ matrix.go }} - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 - run: go test -v -race -covermode=atomic -coverprofile=coverage.out ./... - - uses: codecov/codecov-action@eaaf4bedf32dbdc6b720b63067d99c4d77d6047d # v3.1.4 + - uses: codecov/codecov-action@e0b68c6749509c5f83f984dd99a76a1c1a231044 # v4.0.1 env: OS: ${{ matrix.os }} GO_VERSION: ${{ matrix.go }}