We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98830b6 commit ad7e4c1Copy full SHA for ad7e4c1
.github/workflows/go.yml
@@ -38,7 +38,7 @@ jobs:
38
mkdir -p cover
39
go test -race -coverprofile=coverage.txt -covermode=atomic -v
40
41
- - uses: codecov/codecov-action@1e68e06f1dbfde0e4cefc87efeba9e4643565303 # v5
+ - uses: codecov/codecov-action@13ce06bfc6bbe3ecf90edbbf1bc32fe5978ca1d3 # v5
42
with:
43
token: ${{ secrets.CODECOV_TOKEN }}
44
0 commit comments