We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04a615a commit 97eed1fCopy full SHA for 97eed1f
.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@ad3126e916f78f00edff4ed0317cf185271ccc2d # v5
+ - uses: codecov/codecov-action@5a1091511ad55cbe89839c7260b706298ca349f7 # v5
42
with:
43
token: ${{ secrets.CODECOV_TOKEN }}
44
0 commit comments