File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 12
12
- { cc: clang, cxx: clang++ }
13
13
- { cc: gcc, cxx: g++ }
14
14
steps :
15
- - uses : actions/checkout@v3
15
+ - uses : actions/checkout@v4
16
16
- name : Install Grantlee
17
17
run : sudo apt install libgrantlee5-dev
18
18
- name : Build
33
33
- { cc: clang, cxx: clang++ }
34
34
- { cc: gcc, cxx: g++ }
35
35
steps :
36
- - uses : actions/checkout@v3
36
+ - uses : actions/checkout@v4
37
37
- name : Install Tools
38
38
run : sudo apt install clang
39
39
- name : Install Qt
60
60
- { cc: clang, cxx: clang++ }
61
61
- { cc: gcc-11, cxx: g++-11 }
62
62
steps :
63
- - uses : actions/checkout@v3
63
+ - uses : actions/checkout@v4
64
64
- name : Install Qt
65
65
uses : jurplel/install-qt-action@v3
66
66
with :
87
87
- qt : ' 5.15.2'
88
88
arch : win64_mingw81
89
89
steps :
90
- - uses : actions/checkout@v3
90
+ - uses : actions/checkout@v4
91
91
- name : Install Qt (mingw)
92
92
if : ${{ contains(matrix.generator, 'mingw') }}
93
93
uses : jurplel/install-qt-action@v3
Original file line number Diff line number Diff line change 8
8
steps :
9
9
- name : Install Grantlee
10
10
run : sudo apt install libgrantlee5-dev
11
- - uses : actions/checkout@v3
11
+ - uses : actions/checkout@v4
12
12
- name : Initialize CodeQL
13
13
uses : github/codeql-action/init@v2
14
14
with :
25
25
steps :
26
26
- name : Install Cppcheck
27
27
run : sudo apt install cppcheck
28
- - uses : actions/checkout@v3
28
+ - uses : actions/checkout@v4
29
29
- name : Perform Cppcheck Analysis
30
30
run : |
31
31
cppcheck -DQTAWS_SHARED -DQ_DECL_OVERRIDE=override -DQ_DECLARE_{FLAGS,PRIVATE,PUBLIC} \
You can’t perform that action at this time.
0 commit comments