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 @@ -331,7 +331,7 @@ jobs:
331331 - name : Upload coverage to Coveralls
332332 # python 2.7 and 3.6 versions of coverage can't produce lcov files.
333333 if : matrix.python-version != '2.7' && matrix.python-version != '3.6'
334- uses : coverallsapp/github-action@3dfc5567390f6fa9267c0ee9c251e4c8c3f18949 # v2.2.3
334+ uses : coverallsapp/github-action@648a8eb78e6d50909eff900e4ec85cab4524a45b # v2.3.6
335335 with :
336336 github-token : ${{ secrets.GITHUB_TOKEN }}
337337 path-to-lcov : coverage.lcov
@@ -367,7 +367,7 @@ jobs:
367367
368368 steps :
369369 - name : Coveralls Finished
370- uses : coverallsapp/github-action@3dfc5567390f6fa9267c0ee9c251e4c8c3f18949 # v2.2.3
370+ uses : coverallsapp/github-action@648a8eb78e6d50909eff900e4ec85cab4524a45b # v2.3.6
371371 with :
372372 github-token : ${{ secrets.github_token }}
373373 parallel-finished : true
You can’t perform that action at this time.
0 commit comments