We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8ebe7ff + ae65aed commit 80ed69bCopy full SHA for 80ed69b
1 file changed
.github/workflows/test.yml
@@ -45,7 +45,7 @@ jobs:
45
46
- name: Upload coverage reports to Codecov
47
if: ${{ matrix.platform == 'ubuntu-latest' && matrix.go-version == '1.25.x' }}
48
- uses: codecov/codecov-action@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2 # v6
+ uses: codecov/codecov-action@e79a6962e0d4c0c17b229090214935d2e33f8354 # v6
49
with:
50
token: ${{ secrets.CODECOV_TOKEN }}
51
files: ./coverage.txt
0 commit comments