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.
2 parents e48f87a + a12e164 commit 21b97f8Copy full SHA for 21b97f8
.github/workflows/goTest.yml
@@ -127,7 +127,7 @@ jobs:
127
test-results: gotestsum.json
128
-
129
name: Codecov
130
- uses: codecov/codecov-action@fdcc8476540edceab3de004e990f80d881c6cc00 # v5.5.0
+ uses: codecov/codecov-action@5a1091511ad55cbe89839c7260b706298ca349f7 # v5.5.1
131
if: inputs.run-codecov && matrix.go == 'stable'
132
with:
133
token: ${{ secrets.CODECOV_TOKEN }}
0 commit comments