Merge pull request #728 from strukturag/dependabot/github_actions/coverallsapp/github-action-2.3.0

build(deps): Bump coverallsapp/github-action from 2.2.3 to 2.3.0
This commit is contained in:
Joachim Bauch 2024-05-13 08:53:48 +02:00 committed by GitHub
commit 6a495bfc5c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -64,7 +64,7 @@ jobs:
outfile: cover.lcov
- name: Coveralls Parallel
uses: coverallsapp/github-action@v2.2.3
uses: coverallsapp/github-action@v2.3.0
env:
COVERALLS_FLAG_NAME: run-${{ matrix.go-version }}
with:
@ -79,7 +79,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Coveralls Finished
uses: coverallsapp/github-action@v2.2.3
uses: coverallsapp/github-action@v2.3.0
with:
github-token: ${{ secrets.github_token }}
parallel-finished: true