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 13dd097 commit 1c0dbf6Copy full SHA for 1c0dbf6
.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@18283e04ce6e62d37312384ff67231eb8fd56d24 # v5.4.3
+ uses: codecov/codecov-action@fdcc8476540edceab3de004e990f80d881c6cc00 # v5.5.0
147
with:
148
files: ./apps/site/lcov.info,./packages/*/lcov.info
149
0 commit comments