Skip to content

Commit d144c8f

Browse files
Merge pull request #761 from LedgerHQ/feat/apa/codeql_on_lite
Switch to the -lite image for CodeQL GH action
2 parents 9a13852 + 699de46 commit d144c8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/codeql_checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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

0 commit comments

Comments
 (0)