File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 23
23
steps :
24
24
- name : Checkout
25
25
id : checkout
26
- uses : actions/checkout@v4
26
+ uses : actions/checkout@v5
27
27
28
28
- name : Setup Node.js
29
29
id : setup-node
Original file line number Diff line number Diff line change 30
30
steps :
31
31
- name : Checkout
32
32
id : checkout
33
- uses : actions/checkout@v4
33
+ uses : actions/checkout@v5
34
34
35
35
- name : Initialize CodeQL
36
36
id : initialize
Original file line number Diff line number Diff line change 24
24
steps :
25
25
- name : Checkout
26
26
id : checkout
27
- uses : actions/checkout@v4
27
+ uses : actions/checkout@v5
28
28
with :
29
29
fetch-tags : true
30
30
Original file line number Diff line number Diff line change 18
18
steps :
19
19
- name : Checkout
20
20
id : checkout
21
- uses : actions/checkout@v4
21
+ uses : actions/checkout@v5
22
22
23
23
- name : Setup Node.js
24
24
id : setup-node
Original file line number Diff line number Diff line change 23
23
steps :
24
24
- name : Checkout
25
25
id : checkout
26
- uses : actions/checkout@v4
26
+ uses : actions/checkout@v5
27
27
with :
28
28
fetch-depth : 0
29
29
You can’t perform that action at this time.
0 commit comments