File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -220,7 +220,7 @@ jobs:
220
220
run : make ${{ matrix.unit_type }}
221
221
222
222
- name : Send coverage
223
- uses : shogo82148 /actions-goveralls@v1
223
+ uses : ziggie1984 /actions-goveralls@c440f43938a4032b627d2b03d61d4ae1a2ba2b5c
224
224
if : matrix.unit_type == 'btcd unit-cover'
225
225
with :
226
226
path-to-profile : coverage.txt
@@ -284,7 +284,7 @@ jobs:
284
284
285
285
- name : Send coverage
286
286
if : ${{ contains(matrix.args, 'cover=1') }}
287
- uses : shogo82148 /actions-goveralls@v1
287
+ uses : ziggie1984 /actions-goveralls@c440f43938a4032b627d2b03d61d4ae1a2ba2b5c
288
288
with :
289
289
path-to-profile : coverage.txt
290
290
flag-name : ' itest-${{ matrix.name }}'
@@ -434,6 +434,6 @@ jobs:
434
434
needs : [unit-test, ubuntu-integration-test]
435
435
runs-on : ubuntu-latest
436
436
steps :
437
- - uses : shogo82148 /actions-goveralls@v1
437
+ - uses : ziggie1984 /actions-goveralls@c440f43938a4032b627d2b03d61d4ae1a2ba2b5c
438
438
with :
439
439
parallel-finished : true
You can’t perform that action at this time.
0 commit comments