Merge pull request #131 from strukturag/dependabot/github_actions/coverallsapp/github-action-1.1.3

Bump coverallsapp/github-action from 1.1.2 to 1.1.3
This commit is contained in:
Joachim Bauch 2021-07-07 11:33:33 +02:00 committed by GitHub
commit b422b4d379
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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@v1.1.2
uses: coverallsapp/github-action@1.1.3
env:
COVERALLS_FLAG_NAME: run-${{ matrix.go-version }}
with:
@ -65,7 +65,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Coveralls Finished
uses: coverallsapp/github-action@v1.1.2
uses: coverallsapp/github-action@1.1.3
with:
github-token: ${{ secrets.github_token }}
parallel-finished: true