We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71ba019 commit f7663ccCopy full SHA for f7663cc
1 file changed
.github/workflows/build.yaml
@@ -144,7 +144,7 @@ jobs:
144
test/package-lock.json
145
- run: SKIP_SUBMODULE_DEPS=1 npm ci
146
- run: npm run test:unit
147
- - uses: codecov/codecov-action@75cd11691c0faa626561e295848008c8a7dddffe # v5
+ - uses: codecov/codecov-action@e79a6962e0d4c0c17b229090214935d2e33f8354 # v6.0.1
148
if: success()
149
with:
150
token: ${{ secrets.CODECOV_TOKEN }}
0 commit comments