Skip to content

Commit b1a5fb9

Browse files
chore(deps): update codecov/codecov-action action to v5.5.2 (#1146)
1 parent 8f85423 commit b1a5fb9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/verifications.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,14 +72,14 @@ jobs:
7272
run: pnpm run test:ci
7373

7474
- name: Upload tests coverage report
75-
uses: codecov/codecov-action@671740ac38dd9b0130fbe1cec585b89eea48d3de # v5
75+
uses: codecov/codecov-action@671740ac38dd9b0130fbe1cec585b89eea48d3de # v5.5.2
7676
if: ${{ !cancelled() && github.event.action != 'closed' }}
7777
with:
7878
use_oidc: true
7979
report_type: 'coverage'
8080

8181
- name: Upload tests result report
82-
uses: codecov/codecov-action@671740ac38dd9b0130fbe1cec585b89eea48d3de # v5
82+
uses: codecov/codecov-action@671740ac38dd9b0130fbe1cec585b89eea48d3de # v5.5.2
8383
if: ${{ !cancelled() && github.event.action != 'closed' }}
8484
with:
8585
use_oidc: true

0 commit comments

Comments
 (0)