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 b6edea0 commit 1e09e90Copy full SHA for 1e09e90
.github/workflows/lint-and-tests.yml
@@ -147,7 +147,7 @@ jobs:
147
148
- name: Upload test coverage to Codecov
149
if: ${{ !cancelled() && github.event_name != 'merge_group' }}
150
- uses: codecov/codecov-action@ad3126e916f78f00edff4ed0317cf185271ccc2d # v5.4.2
+ uses: codecov/codecov-action@18283e04ce6e62d37312384ff67231eb8fd56d24 # v5.4.3
151
with:
152
files: ./apps/site/lcov.info,./packages/*/lcov.info
153
0 commit comments