Skip to content

Commit ebdfb75

Browse files
renovate[bot]dhmlau
authored andcommitted
chore: update coverallsapp/github-action action to v2.3.6
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent eda091a commit ebdfb75

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
- name: Generate coverage report
5050
run: node packages/build/bin/run-nyc report --reporter=lcov
5151
- name: Publish coverage report to Coveralls
52-
uses: coverallsapp/github-action@cfd0633edbd2411b532b808ba7a8b5e04f76d2c8 # v2.3.4
52+
uses: coverallsapp/github-action@648a8eb78e6d50909eff900e4ec85cab4524a45b # v2.3.6
5353
with:
5454
flag-name: run-${{ matrix.os }}-node@${{ matrix.node-version }}
5555
github-token: ${{ secrets.GITHUB_TOKEN }}
@@ -63,7 +63,7 @@ jobs:
6363
if: ${{ success() }}
6464
steps:
6565
- name: Coveralls finished
66-
uses: coverallsapp/github-action@cfd0633edbd2411b532b808ba7a8b5e04f76d2c8 # v2.3.4
66+
uses: coverallsapp/github-action@648a8eb78e6d50909eff900e4ec85cab4524a45b # v2.3.6
6767
with:
6868
github-token: ${{ secrets.GITHUB_TOKEN }}
6969
parallel-finished: true

0 commit comments

Comments
 (0)