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.
1 parent 85a3788 commit 33f3626Copy full SHA for 33f3626
.github/workflows/lint-and-tests.yml
@@ -143,7 +143,7 @@ jobs:
143
144
- name: Upload test coverage to Codecov
145
if: ${{ !cancelled() && github.event_name != 'merge_group' }}
146
- uses: codecov/codecov-action@fdcc8476540edceab3de004e990f80d881c6cc00 # v5.5.0
+ uses: codecov/codecov-action@5a1091511ad55cbe89839c7260b706298ca349f7 # v5.5.1
147
with:
148
files: ./apps/site/lcov.info,./packages/*/lcov.info
149
0 commit comments