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 428269a commit bb7ff6eCopy full SHA for bb7ff6e
.github/workflows/test-and-tag.yml
@@ -27,7 +27,7 @@ jobs:
27
go test ./... -race -covermode=atomic -coverprofile=coverage.out
28
29
- name: Upload coverage to Codecov
30
- uses: codecov/codecov-action@5a1091511ad55cbe89839c7260b706298ca349f7 # v5.5.1
+ uses: codecov/codecov-action@671740ac38dd9b0130fbe1cec585b89eea48d3de # v5.5.2
31
with:
32
files: coverage.out
33
0 commit comments