File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -177,7 +177,7 @@ jobs:
177
177
run : npm run lint
178
178
179
179
- name : Collect code coverage
180
- uses : coverallsapp/github-action@09b709cf6a16e30b0808ba050c7a6e8a5ef13f8d # master
180
+ uses : coverallsapp/github-action@648a8eb78e6d50909eff900e4ec85cab4524a45b # master
181
181
if : steps.list_env.outputs.nyc != ''
182
182
with :
183
183
github-token : ${{ secrets.GITHUB_TOKEN }}
@@ -191,7 +191,7 @@ jobs:
191
191
runs-on : ubuntu-latest
192
192
steps :
193
193
- name : Upload code coverage
194
- uses : coverallsapp/github-action@09b709cf6a16e30b0808ba050c7a6e8a5ef13f8d # master
194
+ uses : coverallsapp/github-action@648a8eb78e6d50909eff900e4ec85cab4524a45b # master
195
195
with :
196
196
github-token : ${{ secrets.github_token }}
197
197
parallel-finished : true
You can’t perform that action at this time.
0 commit comments