Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
apaillier-ledger committed Nov 22, 2023
1 parent 8464a2c commit 95a1e31
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions .github/workflows/codeql_checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,23 +18,35 @@ jobs:
name: Analyse
strategy:
matrix:
sdk: [ "$NANOS_SDK", "$NANOX_SDK", "$NANOSP_SDK" ]
sdk: [ "$NANOSP_SDK" ]
#'cpp' covers C and C++
language: [ 'cpp' ]
runs-on: ubuntu-latest
env:
CODEQL_JAVA_HOME: /usr/lib/jvm/java-17-openjdk
container:
image: ghcr.io/ledgerhq/ledger-app-builder/ledger-app-builder-legacy:latest
image: ghcr.io/ledgerhq/ledger-app-builder/ledger-app-builder-lite:latest

steps:
- name: Clone
uses: actions/checkout@v3

- name: Install JRE
run: |
apk add openjdk17-jre-headless
- name: Initialize CodeQL
uses: github/codeql-action/init@v2
with:
languages: ${{ matrix.language }}
queries: security-and-quality

#- name: Install glibc compatibility layer
# run: |
# echo $LD_PRELOAD
# apk add gcompat
# env

# CodeQL will create the database during the compilation
- name: Build
run: |
Expand Down

0 comments on commit 95a1e31

Please sign in to comment.