File tree 4 files changed +4
-4
lines changed
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 16
16
17
17
steps :
18
18
- name : Checkout repository
19
- uses : actions/checkout@v2.3.4
19
+ uses : actions/checkout@v2.4.0
20
20
21
21
# Initializes the CodeQL tools for scanning.
22
22
- name : Initialize CodeQL
Original file line number Diff line number Diff line change 16
16
steps :
17
17
# Checkout your code repository to scan
18
18
- name : Checkout repository
19
- uses : actions/checkout@v2.3.4
19
+ uses : actions/checkout@v2.4.0
20
20
with :
21
21
# We must fetch at least the immediate parents so that if this is
22
22
# a pull request then we can checkout the head.
Original file line number Diff line number Diff line change 10
10
11
11
steps :
12
12
- name : Checkout
13
- uses : actions/checkout@v2.3.4
13
+ uses : actions/checkout@v2.4.0
14
14
- name : Set up Node
15
15
16
16
with :
Original file line number Diff line number Diff line change 13
13
14
14
steps :
15
15
- name : Checkout
16
- uses : actions/checkout@v2.3.4
16
+ uses : actions/checkout@v2.4.0
17
17
with :
18
18
fetch-depth : 0
19
19
- name : Set up Node
You can’t perform that action at this time.
0 commit comments