Skip to content

Commit ff0cb5a

Browse files
authored
Merge pull request #324 from LedgerHQ/feat/apa/codeql_on_lite
Switch to the -lite image for CodeQL GH action
2 parents 97f596e + 2c3ae4e commit ff0cb5a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/codeql-workflow.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ on:
1414
jobs:
1515
analyse:
1616
name: CodeQL Analyse of boilerplate application
17-
strategy:
17+
strategy:
1818
matrix:
1919
include:
2020
- SDK: "$NANOX_SDK"
@@ -24,7 +24,7 @@ jobs:
2424
language: [ 'cpp' ]
2525
runs-on: ubuntu-latest
2626
container:
27-
image: ghcr.io/ledgerhq/ledger-app-builder/ledger-app-builder-legacy:latest
27+
image: ghcr.io/ledgerhq/ledger-app-builder/ledger-app-builder-lite:latest
2828

2929
steps:
3030
- name: Clone
@@ -35,11 +35,11 @@ jobs:
3535
with:
3636
languages: ${{ matrix.language }}
3737
queries: security-and-quality
38-
38+
3939
- name: Build
4040
run: |
4141
make BOLOS_SDK=${{ matrix.SDK }}
42-
42+
4343
- name: Perform CodeQL Analysis
4444
uses: github/codeql-action/analyze@v2
4545

0 commit comments

Comments
 (0)