File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 38
38
39
39
steps :
40
40
- name : Checkout repository
41
- uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
41
+ uses : actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4
42
42
43
43
# Initializes the CodeQL tools for scanning.
44
44
- name : Initialize CodeQL
Original file line number Diff line number Diff line change 18
18
name : release
19
19
runs-on : ubuntu-latest
20
20
steps :
21
- - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
21
+ - uses : actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4
22
22
- uses : actions/setup-node@v4
23
23
with :
24
24
node-version : lts/*
Original file line number Diff line number Diff line change 16
16
- 18
17
17
- 20
18
18
steps :
19
- - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
19
+ - uses : actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4
20
20
- name : Use Node.js ${{ matrix.node_version }}
21
21
uses : actions/setup-node@v4
22
22
with :
32
32
steps :
33
33
- run : exit 1
34
34
if : ${{ needs.test_matrix.result != 'success' }}
35
- - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
35
+ - uses : actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4
36
36
- run : npm ci
37
37
- run : npm run test:typescript
38
38
- run : npm run lint
Original file line number Diff line number Diff line change 8
8
update_prettier :
9
9
runs-on : ubuntu-latest
10
10
steps :
11
- - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
11
+ - uses : actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4
12
12
- uses : actions/setup-node@v4
13
13
with :
14
14
cache : npm
You can’t perform that action at this time.
0 commit comments