Skip to content

Commit 58a4681

Browse files
Merge pull request #150 from LedgerHQ/feat/apa/codeql_on_lite
Update workflows for new app-builder images
2 parents b51200a + f2d39a9 commit 58a4681

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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

.github/workflows/unit_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
path: unit-tests/coverage
4848

4949
- name: Install codecov dependencies
50-
run: apk update && apk add curl gpg
50+
run: apt install --no-install-recommends -y curl gpg
5151

5252
- name: Upload to codecov.io
5353
uses: codecov/codecov-action@v5

0 commit comments

Comments
 (0)