Skip to content

Commit ad36970

Browse files
chore(deps): update coverallsapp/github-action digest to e988b39
1 parent cb50fe9 commit ad36970

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
- name: Coveralls GitHub Action
4242
# Per Actions best practices, SHA is the safest for third party actions
4343
# https://github.com/coverallsapp/github-action/releases/tag/v2.3.6
44-
uses: coverallsapp/github-action@648a8eb78e6d50909eff900e4ec85cab4524a45b
44+
uses: coverallsapp/github-action@e988b39f49526ccb8bd19453bd2198bf4156bb7f
4545
with:
4646
github-token: ${{ secrets.GITHUB_TOKEN }}
4747
flag-name: run-unit-${{ matrix.node-version }}
@@ -54,7 +54,7 @@ jobs:
5454
- name: Coveralls Finished
5555
# Per Actions best practices, SHA is the safest for third party actions
5656
# https://github.com/coverallsapp/github-action/releases/tag/v2.3.6
57-
uses: coverallsapp/github-action@648a8eb78e6d50909eff900e4ec85cab4524a45b
57+
uses: coverallsapp/github-action@e988b39f49526ccb8bd19453bd2198bf4156bb7f
5858
with:
5959
github-token: ${{ secrets.github_token }}
6060
parallel-finished: true

0 commit comments

Comments
 (0)