Pin version.

This commit is contained in:
Joachim Bauch 2020-07-31 16:37:57 +02:00
parent ba4e05ab68
commit 0f12ec33f8
No known key found for this signature in database
GPG Key ID: 77C1D22D53E15F02
1 changed files with 2 additions and 2 deletions

View File

@ -52,7 +52,7 @@ jobs:
outfile: cover.lcov
- name: Coveralls Parallel
uses: coverallsapp/github-action@master
uses: coverallsapp/github-action@v1.1.1
with:
path-to-lcov: cover.lcov
github-token: ${{ secrets.github_token }}
@ -64,7 +64,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Coveralls Finished
uses: coverallsapp/github-action@master
uses: coverallsapp/github-action@v1.1.1
with:
github-token: ${{ secrets.github_token }}
parallel-finished: true