File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 35
35
- name : Coveralls GitHub Action
36
36
# Per Actions best practices, SHA is the safest for third party actions
37
37
# https://github.com/coverallsapp/github-action/releases/tag/v2.3.4
38
- uses : coverallsapp/github-action@cfd0633edbd2411b532b808ba7a8b5e04f76d2c8
38
+ uses : coverallsapp/github-action@648a8eb78e6d50909eff900e4ec85cab4524a45b
39
39
with :
40
40
github-token : ${{ secrets.GITHUB_TOKEN }}
41
41
flag-name : run-unit-${{ matrix.node-version }}
48
48
- name : Coveralls Finished
49
49
# Per Actions best practices, SHA is the safest for third party actions
50
50
# https://github.com/coverallsapp/github-action/releases/tag/v2.3.4
51
- uses : coverallsapp/github-action@cfd0633edbd2411b532b808ba7a8b5e04f76d2c8
51
+ uses : coverallsapp/github-action@648a8eb78e6d50909eff900e4ec85cab4524a45b
52
52
with :
53
53
github-token : ${{ secrets.github_token }}
54
54
parallel-finished : true
You can’t perform that action at this time.
0 commit comments