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 @@ -211,7 +211,7 @@ jobs:
211211 run : npm run lint
212212
213213 - name : Collect code coverage
214- uses : coverallsapp/github-action@648a8eb78e6d50909eff900e4ec85cab4524a45b # master
214+ uses : coverallsapp/github-action@5cbfd81b66ca5d10c19b062c04de0199c215fb6e # master
215215 if : steps.list_env.outputs.nyc != ''
216216 with :
217217 github-token : ${{ secrets.GITHUB_TOKEN }}
@@ -225,7 +225,7 @@ jobs:
225225 runs-on : ubuntu-latest
226226 steps :
227227 - name : Upload code coverage
228- uses : coverallsapp/github-action@648a8eb78e6d50909eff900e4ec85cab4524a45b # master
228+ uses : coverallsapp/github-action@5cbfd81b66ca5d10c19b062c04de0199c215fb6e # master
229229 with :
230230 github-token : ${{ secrets.github_token }}
231231 parallel-finished : true
You can’t perform that action at this time.
0 commit comments