File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments