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 01d3f4a + 5d545e1 commit 44b3904Copy full SHA for 44b3904
1 file changed
.github/workflows/node-ci.yml
@@ -28,7 +28,7 @@ jobs:
28
- run: npm install --global corepack@latest
29
- run: corepack npm audit signatures
30
- run: npm test
31
- - uses: codecov/codecov-action@e79a6962e0d4c0c17b229090214935d2e33f8354 # v6.0.1
+ - uses: codecov/codecov-action@fb8b3582c8e4def4969c97caa2f19720cb33a72f # v6.0.2
32
with:
33
token: ${{ secrets.CODECOV_TOKEN }}
34
verify-matrix:
0 commit comments