We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 97f596e + 2c3ae4e commit ff0cb5aCopy full SHA for ff0cb5a
.github/workflows/codeql-workflow.yml
@@ -14,7 +14,7 @@ on:
14
jobs:
15
analyse:
16
name: CodeQL Analyse of boilerplate application
17
- strategy:
+ strategy:
18
matrix:
19
include:
20
- SDK: "$NANOX_SDK"
@@ -24,7 +24,7 @@ jobs:
24
language: [ 'cpp' ]
25
runs-on: ubuntu-latest
26
container:
27
- image: ghcr.io/ledgerhq/ledger-app-builder/ledger-app-builder-legacy:latest
+ image: ghcr.io/ledgerhq/ledger-app-builder/ledger-app-builder-lite:latest
28
29
steps:
30
- name: Clone
@@ -35,11 +35,11 @@ jobs:
35
with:
36
languages: ${{ matrix.language }}
37
queries: security-and-quality
38
-
+
39
- name: Build
40
run: |
41
make BOLOS_SDK=${{ matrix.SDK }}
42
43
- name: Perform CodeQL Analysis
44
uses: github/codeql-action/analyze@v2
45
0 commit comments