File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 28
28
steps :
29
29
- name : Checkout
30
30
id : checkout
31
- uses : actions/checkout@v4
31
+ uses : actions/checkout@v5
32
32
33
33
- name : Setup Node.js
34
34
id : setup-node
Original file line number Diff line number Diff line change 19
19
steps :
20
20
- name : Checkout
21
21
id : checkout
22
- uses : actions/checkout@v4
22
+ uses : actions/checkout@v5
23
23
24
24
- name : Setup Node.js
25
25
id : setup-node
47
47
steps :
48
48
- name : Checkout
49
49
id : checkout
50
- uses : actions/checkout@v4
50
+ uses : actions/checkout@v5
51
51
52
52
- name : Generate test SSH key
53
53
id : generate-key
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 10
10
permissions :
11
11
contents : write
12
12
steps :
13
- - uses : actions/checkout@v4
13
+ - uses : actions/checkout@v5
14
14
with :
15
15
fetch-depth : 0
16
16
You can’t perform that action at this time.
0 commit comments