chore: update coverallsapp/github-action action to v1.2.4
Signed-off-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
parent
b661d0fc7c
commit
da29d03874
|
@ -38,7 +38,7 @@ jobs:
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
run: npm run-script test:ci
|
run: npm run-script test:ci
|
||||||
- name: Publish coverage report to Coveralls
|
- name: Publish coverage report to Coveralls
|
||||||
uses: coverallsapp/github-action@65affa9d85c09884b6051d6c1c7138d469d62b23 # v1.2.3
|
uses: coverallsapp/github-action@50c33ad324a9902697adbf2f92c22cf5023eacf1 # v1.2.4
|
||||||
with:
|
with:
|
||||||
github-token: ${{ secrets.GITHUB_TOKEN }}
|
github-token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
flag-name: run-${{ matrix.os }}-node@${{ matrix.node-version }}
|
flag-name: run-${{ matrix.os }}-node@${{ matrix.node-version }}
|
||||||
|
@ -50,7 +50,7 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Coveralls finished
|
- name: Coveralls finished
|
||||||
uses: coverallsapp/github-action@65affa9d85c09884b6051d6c1c7138d469d62b23 # v1.2.3
|
uses: coverallsapp/github-action@50c33ad324a9902697adbf2f92c22cf5023eacf1 # v1.2.4
|
||||||
with:
|
with:
|
||||||
github-token: ${{ secrets.github_token }}
|
github-token: ${{ secrets.github_token }}
|
||||||
parallel-finished: true
|
parallel-finished: true
|
||||||
|
|
Loading…
Reference in New Issue