Skip to content

Commit 0fc2999

Browse files
renovate[bot]achrinza
authored andcommitted
chore: update coverallsapp/github-action action to v2.3.3
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 5bca4d1 commit 0fc2999

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@643bc377ffa44ace6394b2b5d0d3950076de9f63 # v2.3.0
52+
uses: coverallsapp/github-action@4cdef0b2dbe0c9aa26bed48edb868db738625e79 # v2.3.3
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@643bc377ffa44ace6394b2b5d0d3950076de9f63 # v2.3.0
66+
uses: coverallsapp/github-action@4cdef0b2dbe0c9aa26bed48edb868db738625e79 # v2.3.3
6767
with:
6868
github-token: ${{ secrets.GITHUB_TOKEN }}
6969
parallel-finished: true

0 commit comments

Comments
 (0)