Skip to content

Commit 0bb128b

Browse files
committed
small fixes
1 parent 6cd3471 commit 0bb128b

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/workflows/codeql.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
- main
99
- develop
1010
- master # for safety reasons
11-
- dev # for safety reasons
11+
- dev # for safety reasons
1212

1313
jobs:
1414
analyse:
@@ -28,7 +28,7 @@ jobs:
2828
submodules: recursive
2929

3030
- name: Initialize CodeQL
31-
uses: github/codeql-action/init@v2
31+
uses: github/codeql-action/init@v3
3232
with:
3333
languages: cpp
3434
queries: security-and-quality
@@ -37,4 +37,4 @@ jobs:
3737
run: |
3838
make -j BOLOS_SDK=${{ matrix.sdk }}
3939
- name: Perform CodeQL Analysis
40-
uses: github/codeql-action/analyze@v2
40+
uses: github/codeql-action/analyze@v3

app/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -183,6 +183,7 @@ include $(CURDIR)/../deps/ledger-zxlib/makefiles/Makefile.platform
183183
# Use small buffers for NanoX
184184
ifeq ($(TARGET_NAME), TARGET_NANOX)
185185
CFLAGS += -DZXLIB_LIGHT_MODE
186+
endif
186187

187188
$(info TARGET_NAME = [$(TARGET_NAME)])
188189
$(info ICONNAME = [$(ICONNAME)])

0 commit comments

Comments
 (0)