Skip to content

Commit caeb752

Browse files
authored
chore(deps): update codecov/codecov-action action to v5.5.3 (#1259)
2 parents fe4e838 + 6bd7514 commit caeb752

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
@@ -79,14 +79,14 @@ jobs:
7979
run: pnpm run test:ci
8080

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

8888
- name: Upload tests result report
89-
uses: codecov/codecov-action@671740ac38dd9b0130fbe1cec585b89eea48d3de # v5.5.2
89+
uses: codecov/codecov-action@1af58845a975a7985b0beb0cbe6fbbb71a41dbad # v5.5.3
9090
if: ${{ !cancelled() && github.event.action != 'closed' }}
9191
with:
9292
use_oidc: true

0 commit comments

Comments
 (0)