File tree Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Expand file tree Collapse file tree 3 files changed +9
-9
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
- uses : actions/setup-node@v2.4.0
23
+ uses : actions/setup-node@v2.4.1
24
24
with :
25
25
node-version : ${{ matrix.node-version }}
26
26
- name : npm install and build
39
39
runs-on : ubuntu-latest
40
40
41
41
steps :
42
- - uses : actions/checkout@v2.3.4
43
- - uses : actions/setup-node@v2.4.0
42
+ - uses : actions/checkout@v2.3.5
43
+ - uses : actions/setup-node@v2.4.1
44
44
with :
45
45
node-version : 10 # use the minimum required version
46
46
registry-url : https://registry.npmjs.org/
Original file line number Diff line number Diff line change @@ -12,10 +12,10 @@ jobs:
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
- - uses : actions/setup-node@v2.4.0
18
+ - uses : actions/setup-node@v2.4.1
19
19
with :
20
20
node-version : 10
21
21
- name : npm install and build
@@ -33,10 +33,10 @@ jobs:
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
- - uses : actions/setup-node@v2.4.0
39
+ - uses : actions/setup-node@v2.4.1
40
40
with :
41
41
node-version : 10
42
42
registry-url : https://registry.npmjs.org/
You can’t perform that action at this time.
0 commit comments