File tree 6 files changed +8
-7
lines changed
6 files changed +8
-7
lines changed Original file line number Diff line number Diff line change 2
2
3
3
missingIncludeSystem
4
4
unmatchedSuppression
5
+ unusedFunction
Original file line number Diff line number Diff line change 15
15
runs-on : ubuntu-22.04
16
16
steps :
17
17
- name : Check out repository
18
- uses : actions/checkout@v3
18
+ uses : actions/checkout@v4
19
19
20
20
- name : Download analysis results
21
21
run : |
40
40
41
41
- name : Check out PR head
42
42
if : ${{ steps.check-fixes-yaml-existence.outputs.exists == 'true' }}
43
- uses : actions/checkout@v3
43
+ uses : actions/checkout@v4
44
44
with :
45
45
repository : ${{ steps.set-variables.outputs.pr-head-repo }}
46
46
ref : ${{ steps.set-variables.outputs.pr-head-ref }}
Original file line number Diff line number Diff line change 17
17
runs-on : ubuntu-22.04
18
18
steps :
19
19
- name : Check out repository
20
- uses : actions/checkout@v3
20
+ uses : actions/checkout@v4
21
21
22
22
- name : Download analysis results
23
23
run : |
41
41
42
42
- name : Check out PR head
43
43
if : ${{ steps.check-fixes-yaml-existence.outputs.exists == 'true' }}
44
- uses : actions/checkout@v3
44
+ uses : actions/checkout@v4
45
45
with :
46
46
repository : ${{ steps.set-variables.outputs.pr-head-repo }}
47
47
ref : ${{ steps.set-variables.outputs.pr-head-ref }}
Original file line number Diff line number Diff line change 11
11
12
12
steps :
13
13
- name : Checkout code
14
- uses : actions/checkout@v2
14
+ uses : actions/checkout@v4
15
15
16
16
# cppcheck from apt does not yet support --check-level args, and thus install from snap
17
17
- name : Install Cppcheck from snap
Original file line number Diff line number Diff line change 14
14
runs-on : ubuntu-22.04
15
15
steps :
16
16
- name : Check out repository
17
- uses : actions/checkout@v3
17
+ uses : actions/checkout@v4
18
18
with :
19
19
fetch-depth : 0
20
20
Original file line number Diff line number Diff line change 34
34
runs-on : ubuntu-22.04
35
35
steps :
36
36
- name : Check out repository
37
- uses : actions/checkout@v3
37
+ uses : actions/checkout@v4
38
38
with :
39
39
fetch-depth : 0
40
40
ref : ${{ github.event.pull_request.head.sha }}
You can’t perform that action at this time.
0 commit comments