We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e894e77 commit e0af76fCopy full SHA for e0af76f
.github/workflows/test.yaml
@@ -25,6 +25,6 @@ jobs:
25
- name: Run test
26
run: go test ./... -coverprofile=coverage.txt
27
- name: Upload coverage to Codecov
28
- uses: codecov/codecov-action@v3
+ uses: codecov/codecov-action@ab904c41d6ece82784817410c45d8b8c02684457 # v3
29
env:
30
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
0 commit comments