We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c663724 commit 05f481dCopy full SHA for 05f481d
.github/workflows/build.yaml
@@ -143,7 +143,7 @@ jobs:
143
test/package-lock.json
144
- run: SKIP_SUBMODULE_DEPS=1 npm ci
145
- run: npm run test:unit
146
- - uses: codecov/codecov-action@1af58845a975a7985b0beb0cbe6fbbb71a41dbad # v5
+ - uses: codecov/codecov-action@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2 # v5
147
if: success()
148
with:
149
token: ${{ secrets.CODECOV_TOKEN }}
0 commit comments