File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 41
41
- name : Coveralls GitHub Action
42
42
# Per Actions best practices, SHA is the safest for third party actions
43
43
# https://github.com/coverallsapp/github-action/releases/tag/v2.3.6
44
- uses : coverallsapp/github-action@648a8eb78e6d50909eff900e4ec85cab4524a45b
44
+ uses : coverallsapp/github-action@e988b39f49526ccb8bd19453bd2198bf4156bb7f
45
45
with :
46
46
github-token : ${{ secrets.GITHUB_TOKEN }}
47
47
flag-name : run-unit-${{ matrix.node-version }}
54
54
- name : Coveralls Finished
55
55
# Per Actions best practices, SHA is the safest for third party actions
56
56
# https://github.com/coverallsapp/github-action/releases/tag/v2.3.6
57
- uses : coverallsapp/github-action@648a8eb78e6d50909eff900e4ec85cab4524a45b
57
+ uses : coverallsapp/github-action@e988b39f49526ccb8bd19453bd2198bf4156bb7f
58
58
with :
59
59
github-token : ${{ secrets.github_token }}
60
60
parallel-finished : true
You can’t perform that action at this time.
0 commit comments