We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6247354 commit 8019ea6Copy full SHA for 8019ea6
.github/workflows/test.yml
@@ -68,7 +68,7 @@ jobs:
68
run: npm run test:ci
69
70
- name: Upload coverage
71
- uses: codecov/codecov-action@18283e04ce6e62d37312384ff67231eb8fd56d24 # pin@5.4.3
+ uses: codecov/codecov-action@5a1091511ad55cbe89839c7260b706298ca349f7 # pin@5.5.1
72
73
lint:
74
needs: build # Require build to complete before running tests
0 commit comments