Skip to content

Commit

Permalink
Merge pull request #909 from strukturag/dependabot/github_actions/cov…
Browse files Browse the repository at this point in the history
…erallsapp/github-action-2.3.6

Bump coverallsapp/github-action from 2.3.4 to 2.3.6
  • Loading branch information
fancycode authored Jan 28, 2025
2 parents cbf3a3d + a730417 commit d6b52ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
outfile: cover.lcov

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

0 comments on commit d6b52ab

Please sign in to comment.