File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 12
12
runs-on : ubuntu-22.04
13
13
14
14
steps :
15
- - uses : actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b
15
+ - uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29
16
16
- name : Use Node.js LTS (18.x)
17
17
uses : actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8
18
18
with :
32
32
node-version : [18.x]
33
33
34
34
steps :
35
- - uses : actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b
35
+ - uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29
36
36
- name : Use Node.js ${{ matrix.node-version }}
37
37
uses : actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8
38
38
with :
Original file line number Diff line number Diff line change 29
29
30
30
steps :
31
31
- name : Checkout repository
32
- uses : actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b
32
+ uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29
33
33
34
34
# Initializes the CodeQL tools for scanning.
35
35
- name : Initialize CodeQL
Original file line number Diff line number Diff line change 11
11
12
12
steps :
13
13
- name : Checkout PR
14
- uses : actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b
14
+ uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29
15
15
16
16
- name : Use Node.js LTS (18.x)
17
17
uses : actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8
33
33
34
34
steps :
35
35
- name : Checkout PR
36
- uses : actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b
36
+ uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29
37
37
38
38
- name : Use Node.js ${{ matrix.node-version }}
39
39
uses : actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8
Original file line number Diff line number Diff line change 10
10
runs-on : ubuntu-22.04
11
11
steps :
12
12
- name : ' Checkout code'
13
- uses : actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b
13
+ uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29
14
14
15
15
- name : ' Verify formatting of all files'
16
16
run : ./bin/check-formatting.sh
You can’t perform that action at this time.
0 commit comments