Skip to content

Commit

Permalink
ci: lock coverallsapp/github-action to the v2 range
Browse files Browse the repository at this point in the history
Although this hasn't been an issue so far, this makes the action slighly
less prone to breaking.
  • Loading branch information
bauglir committed Mar 13, 2024
1 parent d6e7409 commit ae2df6f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
file: ./lcov.info
token: ${{ secrets.CODECOV_TOKEN }}
- name: Coveralls parallel
uses: coverallsapp/github-action@master
uses: coverallsapp/github-action@v2
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
parallel: true
Expand All @@ -52,7 +52,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Aggregate Coveralls Reports
uses: coverallsapp/github-action@master
uses: coverallsapp/github-action@v2
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
parallel-finished: true

0 comments on commit ae2df6f

Please sign in to comment.