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 @@ -241,7 +241,7 @@ jobs:
241241 - name : Upload coverage to Coveralls
242242 # python 2.7 and 3.6 versions of coverage can't produce lcov files.
243243 if : matrix.python-version != '2.7' && matrix.python-version != '3.6'
244- uses : coverallsapp/github-action@f350da2c033043742f89e8c0b7b5145a1616da6d # master
244+ uses : coverallsapp/github-action@c7885c00cb7ec0b8f9f5ff3f53cddb980f7a4412 # master
245245 with :
246246 github-token : ${{ secrets.GITHUB_TOKEN }}
247247 path-to-lcov : coverage.lcov
@@ -277,7 +277,7 @@ jobs:
277277
278278 steps :
279279 - name : Coveralls Finished
280- uses : coverallsapp/github-action@f350da2c033043742f89e8c0b7b5145a1616da6d # master
280+ uses : coverallsapp/github-action@c7885c00cb7ec0b8f9f5ff3f53cddb980f7a4412 # master
281281 with :
282282 github-token : ${{ secrets.github_token }}
283283 parallel-finished : true
You can’t perform that action at this time.
0 commit comments