Merge pull request #846 from strukturag/dependabot/github_actions/coverallsapp/github-action-2.3.4

Bump coverallsapp/github-action from 2.3.0 to 2.3.4
This commit is contained in:
Joachim Bauch 2024-10-28 09:06:36 +01:00 committed by GitHub
commit dde5b47354
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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