We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fe4e838 + 6bd7514 commit caeb752Copy full SHA for caeb752
.github/workflows/verifications.yml
@@ -79,14 +79,14 @@ jobs:
79
run: pnpm run test:ci
80
81
- name: Upload tests coverage report
82
- uses: codecov/codecov-action@671740ac38dd9b0130fbe1cec585b89eea48d3de # v5.5.2
+ uses: codecov/codecov-action@1af58845a975a7985b0beb0cbe6fbbb71a41dbad # v5.5.3
83
if: ${{ !cancelled() && github.event.action != 'closed' }}
84
with:
85
use_oidc: true
86
report_type: 'coverage'
87
88
- name: Upload tests result report
89
90
91
92
0 commit comments