File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 35
35
36
36
steps :
37
37
- name : Checkout repository
38
- uses : actions/checkout@v2.3.4
38
+ uses : actions/checkout@v2.3.5
39
39
40
40
# Initializes the CodeQL tools for scanning.
41
41
- name : Initialize CodeQL
Original file line number Diff line number Diff line change 18
18
runs-on : ${{ matrix.os }}
19
19
20
20
steps :
21
- - uses : actions/checkout@v2.3.4
21
+ - uses : actions/checkout@v2.3.5
22
22
- name : Use Node.js ${{ matrix.node-version }}
23
23
uses : actions/setup-node@v2.4.0
24
24
with :
39
39
runs-on : ubuntu-latest
40
40
41
41
steps :
42
- - uses : actions/checkout@v2.3.4
42
+ - uses : actions/checkout@v2.3.5
43
43
- uses : actions/setup-node@v2.4.0
44
44
with :
45
45
node-version : 10 # use the minimum required version
Original file line number Diff line number Diff line change 12
12
build :
13
13
runs-on : ubuntu-latest
14
14
steps :
15
- - uses : actions/checkout@v2.3.4
15
+ - uses : actions/checkout@v2.3.5
16
16
with :
17
17
ref : ${{github.event.inputs.ref}}
18
18
- uses : actions/setup-node@v2.4.0
33
33
runs-on : ubuntu-latest
34
34
35
35
steps :
36
- - uses : actions/checkout@v2.3.4
36
+ - uses : actions/checkout@v2.3.5
37
37
with :
38
38
ref : ${{github.event.inputs.ref}}
39
39
- uses : actions/setup-node@v2.4.0
You can’t perform that action at this time.
0 commit comments