Skip to content

Commit 8d18c9a

Browse files
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] <[email protected]>
1 parent 504ebdd commit 8d18c9a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ jobs:
118118
run: ${{ env.CG_EXEC }} task test:integration:codecov
119119

120120
- name: Upload coverage to Codecov
121-
uses: codecov/codecov-action@fdcc8476540edceab3de004e990f80d881c6cc00 # v5.5.0
121+
uses: codecov/codecov-action@5a1091511ad55cbe89839c7260b706298ca349f7 # v5.5.1
122122
with:
123123
token: ${{ secrets.CODECOV_TOKEN }}
124124
files: ./coverage/lcov.info
@@ -147,7 +147,7 @@ jobs:
147147
run: ${{ env.CG_EXEC }} task test:unit:codecov
148148

149149
- name: Upload @hashgraph/cryptography coverage to Codecov
150-
uses: codecov/codecov-action@fdcc8476540edceab3de004e990f80d881c6cc00 # v5.5.0
150+
uses: codecov/codecov-action@5a1091511ad55cbe89839c7260b706298ca349f7 # v5.5.1
151151
with:
152152
token: ${{ secrets.CODECOV_TOKEN }}
153153
files: ./packages/cryptography/coverage/lcov.info
@@ -162,7 +162,7 @@ jobs:
162162
run: ${{ env.CG_EXEC }} task test:unit:codecov
163163

164164
- name: Upload @hashgraph/sdk coverage to Codecov
165-
uses: codecov/codecov-action@fdcc8476540edceab3de004e990f80d881c6cc00 # v5.5.0
165+
uses: codecov/codecov-action@5a1091511ad55cbe89839c7260b706298ca349f7 # v5.5.1
166166
with:
167167
token: ${{ secrets.CODECOV_TOKEN }}
168168
fail_ci_if_error: true

0 commit comments

Comments
 (0)