File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 8
8
- main
9
9
- develop
10
10
- master # for safety reasons
11
- - dev # for safety reasons
11
+ - dev # for safety reasons
12
12
13
13
jobs :
14
14
analyse :
28
28
submodules : recursive
29
29
30
30
- name : Initialize CodeQL
31
- uses : github/codeql-action/init@v2
31
+ uses : github/codeql-action/init@v3
32
32
with :
33
33
languages : cpp
34
34
queries : security-and-quality
37
37
run : |
38
38
make -j BOLOS_SDK=${{ matrix.sdk }}
39
39
- name : Perform CodeQL Analysis
40
- uses : github/codeql-action/analyze@v2
40
+ uses : github/codeql-action/analyze@v3
Original file line number Diff line number Diff line change @@ -183,6 +183,7 @@ include $(CURDIR)/../deps/ledger-zxlib/makefiles/Makefile.platform
183
183
# Use small buffers for NanoX
184
184
ifeq ($(TARGET_NAME ) , TARGET_NANOX)
185
185
CFLAGS += -DZXLIB_LIGHT_MODE
186
+ endif
186
187
187
188
$(info TARGET_NAME = [$(TARGET_NAME)])
188
189
$(info ICONNAME = [$(ICONNAME)])
You can’t perform that action at this time.
0 commit comments