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
runs-on : " ubuntu-latest"
24
24
steps :
25
25
- name : " Checkout Repository"
26
- uses : " actions/checkout@v4 "
26
+ uses : " actions/checkout@v5 "
27
27
with :
28
28
fetch-depth : " 0"
29
29
- name : " Initialize CodeQL"
Original file line number Diff line number Diff line change 14
14
CDV_NPM_ROOT : " dist/npm"
15
15
steps :
16
16
- name : " Checkout Repository"
17
- uses : " actions/checkout@v4 "
17
+ uses : " actions/checkout@v5 "
18
18
- name : " Setup Deno"
19
19
uses : " denoland/setup-deno@v2"
20
20
with :
Original file line number Diff line number Diff line change 32
32
CDV_RUN_LITE : " ${{matrix.run_on != 'ubuntu-latest'}}"
33
33
steps :
34
34
- name : " Checkout Repository"
35
- uses : " actions/checkout@v4 "
35
+ uses : " actions/checkout@v5 "
36
36
- name : " Setup Deno"
37
37
uses : " denoland/setup-deno@v2"
38
38
with :
Original file line number Diff line number Diff line change 43
43
runs-on : " ubuntu-latest"
44
44
steps :
45
45
- name : " Checkout Repository"
46
- uses : " actions/checkout@v4 "
46
+ uses : " actions/checkout@v5 "
47
47
with :
48
48
fetch-depth : " 0"
49
49
- name : " Scan Repository"
Original file line number Diff line number Diff line change 16
16
runs-on : " ubuntu-latest"
17
17
steps :
18
18
- name : " Checkout Repository"
19
- uses : " actions/checkout@v4 "
19
+ uses : " actions/checkout@v5 "
20
20
- name : " Sync Labels"
21
21
uses : " EndBug/label-sync@v2"
22
22
with :
You can’t perform that action at this time.
0 commit comments