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 8f85423 commit b1a5fb9Copy full SHA for b1a5fb9
.github/workflows/verifications.yml
@@ -72,14 +72,14 @@ jobs:
72
run: pnpm run test:ci
73
74
- name: Upload tests coverage report
75
- uses: codecov/codecov-action@671740ac38dd9b0130fbe1cec585b89eea48d3de # v5
+ uses: codecov/codecov-action@671740ac38dd9b0130fbe1cec585b89eea48d3de # v5.5.2
76
if: ${{ !cancelled() && github.event.action != 'closed' }}
77
with:
78
use_oidc: true
79
report_type: 'coverage'
80
81
- name: Upload tests result report
82
83
84
85
0 commit comments