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 @@ -232,7 +232,7 @@ jobs:
232232 - name : Upload coverage to Coveralls
233233 # python 2.7 and 3.6 versions of coverage can't produce lcov files.
234234 if : matrix.python-version != '2.7' && matrix.python-version != '3.6'
235- uses : coverallsapp/github-action@3284643be2c47fb6432518ecec17f1255e8a06a6 # master
235+ uses : coverallsapp/github-action@0363cd28f449b7e5d3b6c6d269d31fe7c1201b68 # master
236236 with :
237237 github-token : ${{ secrets.GITHUB_TOKEN }}
238238 path-to-lcov : coverage.lcov
@@ -265,7 +265,7 @@ jobs:
265265 runs-on : ubuntu-latest
266266 steps :
267267 - name : Coveralls Finished
268- uses : coverallsapp/github-action@3284643be2c47fb6432518ecec17f1255e8a06a6 # master
268+ uses : coverallsapp/github-action@0363cd28f449b7e5d3b6c6d269d31fe7c1201b68 # master
269269 with :
270270 github-token : ${{ secrets.github_token }}
271271 parallel-finished : true
You can’t perform that action at this time.
0 commit comments