File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -170,7 +170,7 @@ jobs:
170
170
steps :
171
171
- name : Coveralls Finished
172
172
if : ${{ !env.ACT }}
173
- uses : coverallsapp/github-action@cfd0633edbd2411b532b808ba7a8b5e04f76d2c8 # v2
173
+ uses : coverallsapp/github-action@648a8eb78e6d50909eff900e4ec85cab4524a45b # v2
174
174
with :
175
175
github-token : ${{ secrets.GITHUB_TOKEN }}
176
176
parallel-finished : true
Original file line number Diff line number Diff line change @@ -182,7 +182,7 @@ jobs:
182
182
echo "name=$name" >> $GITHUB_OUTPUT
183
183
- name : Coveralls Upload
184
184
if : ${{ !env.ACT && inputs.coverage }}
185
- uses : coverallsapp/github-action@cfd0633edbd2411b532b808ba7a8b5e04f76d2c8 # v2
185
+ uses : coverallsapp/github-action@648a8eb78e6d50909eff900e4ec85cab4524a45b # v2
186
186
with :
187
187
github-token : ${{ secrets.GITHUB_TOKEN }}
188
188
flag-name : ${{ steps.lcov.outputs.name }}
Original file line number Diff line number Diff line change @@ -170,7 +170,7 @@ jobs:
170
170
echo "name=$name" >> $GITHUB_OUTPUT
171
171
- name : Coveralls Upload
172
172
if : ${{ !env.ACT && inputs.coverage }}
173
- uses : coverallsapp/github-action@cfd0633edbd2411b532b808ba7a8b5e04f76d2c8 # v2
173
+ uses : coverallsapp/github-action@648a8eb78e6d50909eff900e4ec85cab4524a45b # v2
174
174
with :
175
175
github-token : ${{ secrets.GITHUB_TOKEN }}
176
176
flag-name : ${{ steps.lcov.outputs.name }}
You can’t perform that action at this time.
0 commit comments