Skip to content

Commit b8b90b2

Browse files
dependabot[bot]venilinvasilev
authored andcommitted
chore(deps): bump codecov/codecov-action from 5.5.0 to 5.5.1
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 5.5.0 to 5.5.1. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](codecov/codecov-action@fdcc847...5a10915) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-version: 5.5.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 76f0114 commit b8b90b2

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ jobs:
126126
run: ${{ env.CG_EXEC }} task test:integration:codecov
127127

128128
- name: Upload coverage to Codecov
129-
uses: codecov/codecov-action@5c47607acb93fed5485fdbf7232e8a31425f672a # v5.0.2
129+
uses: codecov/codecov-action@5a1091511ad55cbe89839c7260b706298ca349f7 # v5.5.1
130130
with:
131131
token: ${{ secrets.CODECOV_TOKEN }}
132132
files: ./coverage/lcov.info
@@ -148,8 +148,8 @@ jobs:
148148
if: ${{ steps.build-sdk.conclusion == 'success' && !cancelled() && always() }}
149149
run: ${{ env.CG_EXEC }} task test:unit:codecov
150150

151-
- name: Upload @hiero-ledger/cryptography coverage to Codecov
152-
uses: codecov/codecov-action@5c47607acb93fed5485fdbf7232e8a31425f672a # v5.0.2
151+
- name: Upload @hashgraph/cryptography coverage to Codecov
152+
uses: codecov/codecov-action@5a1091511ad55cbe89839c7260b706298ca349f7 # v5.5.1
153153
with:
154154
token: ${{ secrets.CODECOV_TOKEN }}
155155
files: ./packages/cryptography/coverage/lcov.info
@@ -163,8 +163,8 @@ jobs:
163163
if: ${{ steps.build-sdk.conclusion == 'success' && !cancelled() && always() }}
164164
run: ${{ env.CG_EXEC }} task test:unit:codecov
165165

166-
- name: Upload @hiero-ledger/sdk coverage to Codecov
167-
uses: codecov/codecov-action@5c47607acb93fed5485fdbf7232e8a31425f672a # v5.0.2
166+
- name: Upload @hashgraph/sdk coverage to Codecov
167+
uses: codecov/codecov-action@5a1091511ad55cbe89839c7260b706298ca349f7 # v5.5.1
168168
with:
169169
token: ${{ secrets.CODECOV_TOKEN }}
170170
fail_ci_if_error: true

0 commit comments

Comments
 (0)