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 92edf47
Showing 1 changed file with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion .github/workflows/codeql_checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,29 @@ jobs:
language: [ 'cpp' ]
runs-on: ubuntu-latest
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: Explore
run: |
apk add tree
tree / > /tmp/tree.txt
- name: Upload tree
uses: actions/upload-artifact@v3
with:
name: tree
path: /tmp/tree.txt

- name: Upload T volume
uses: actions/upload-artifact@v3
with:
name: volume
path: /__t

- name: Initialize CodeQL
uses: github/codeql-action/init@v2
with:
Expand Down

0 comments on commit 92edf47

Please sign in to comment.