File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 44
44
45
45
steps :
46
46
- name : Checkout repository from github
47
- uses : actions/checkout@v4
47
+ uses : actions/checkout@v5
48
48
49
49
# Initializes the CodeQL tools for scanning.
50
50
- name : Initialize CodeQL
Original file line number Diff line number Diff line change 19
19
steps :
20
20
- name : Checkout repository from github
21
21
if : env.TOKEN
22
- uses : actions/checkout@v4
22
+ uses : actions/checkout@v5
23
23
24
24
- name : Download Coverity
25
25
if : env.TOKEN
Original file line number Diff line number Diff line change 8
8
lychee :
9
9
runs-on : ubuntu-latest
10
10
steps :
11
- - uses : actions/checkout@v4
11
+ - uses : actions/checkout@v5
12
12
- name : Run Lychee
13
13
uses : lycheeverse/lychee-action@v2
14
14
with :
Original file line number Diff line number Diff line change 64
64
runs-on : ${{ inputs.os }}
65
65
steps :
66
66
- name : Checkout
67
- uses : actions/checkout@v4
67
+ uses : actions/checkout@v5
68
68
69
69
- name : Set up legacy build
70
70
if : inputs.legacy
You can’t perform that action at this time.
0 commit comments