Skip to content

Commit 87863a7

Browse files
chore(deps): update coverallsapp/github-action digest to 648a8eb
1 parent 00cf952 commit 87863a7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- name: Coveralls GitHub Action
3636
# Per Actions best practices, SHA is the safest for third party actions
3737
# https://github.com/coverallsapp/github-action/releases/tag/v2.3.4
38-
uses: coverallsapp/github-action@cfd0633edbd2411b532b808ba7a8b5e04f76d2c8
38+
uses: coverallsapp/github-action@648a8eb78e6d50909eff900e4ec85cab4524a45b
3939
with:
4040
github-token: ${{ secrets.GITHUB_TOKEN }}
4141
flag-name: run-unit-${{ matrix.node-version }}
@@ -48,7 +48,7 @@ jobs:
4848
- name: Coveralls Finished
4949
# Per Actions best practices, SHA is the safest for third party actions
5050
# https://github.com/coverallsapp/github-action/releases/tag/v2.3.4
51-
uses: coverallsapp/github-action@cfd0633edbd2411b532b808ba7a8b5e04f76d2c8
51+
uses: coverallsapp/github-action@648a8eb78e6d50909eff900e4ec85cab4524a45b
5252
with:
5353
github-token: ${{ secrets.github_token }}
5454
parallel-finished: true

0 commit comments

Comments
 (0)