File tree 2 files changed +5
-5
lines changed 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -19,11 +19,11 @@ jobs:
19
19
20
20
steps :
21
21
- name : Checkout project
22
- uses : actions/checkout@v3
22
+ uses : actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3
23
23
with :
24
24
persist-credentials : false
25
25
- name : Use Node.js ${{ env.node-version }}
26
- uses : actions/setup-node@v3
26
+ uses : actions/setup-node@e33196f7422957bea03ed53f6fbb155025ffc7b8 # v3
27
27
with :
28
28
node-version : ${{ env.node-version }}
29
29
- name : Install packages
Original file line number Diff line number Diff line change 16
16
17
17
steps :
18
18
- name : Checkout project
19
- uses : actions/checkout@v3
19
+ uses : actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3
20
20
- name : Use Node.js ${{ matrix.node-version }}
21
- uses : actions/setup-node@v3
21
+ uses : actions/setup-node@e33196f7422957bea03ed53f6fbb155025ffc7b8 # v3
22
22
with :
23
23
node-version : ${{ matrix.node-version }}
24
24
- name : Install packages
29
29
run : npm run test
30
30
- name : Upload coverage reports to Codecov
31
31
if : ${{ (matrix.os == 'ubuntu-latest') && (matrix.node-version == 20) }}
32
- uses : codecov/codecov-action@v3
32
+ uses : codecov/codecov-action@eaaf4bedf32dbdc6b720b63067d99c4d77d6047d # v3
33
33
with :
34
34
token : ${{ secrets.CODECOV_TOKEN }}
35
35
files : coverage/coverage-final.json
You can’t perform that action at this time.
0 commit comments