File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
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@a5ac7e51b41094c92402da3b24376905380afc29 # v4
41
+ uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # 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@a5ac7e51b41094c92402da3b24376905380afc29 # v4
21
+ - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # 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@a5ac7e51b41094c92402da3b24376905380afc29 # v4
19
+ - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
20
20
- name : Use Node.js ${{ matrix.node_version }}
21
21
uses : actions/setup-node@v4
22
22
with :
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@a5ac7e51b41094c92402da3b24376905380afc29 # v4
11
+ - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # 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