Skip to content

Commit 4922984

Browse files
Use 3.41.0 ledger-app-dev-tools (#1532)
1 parent 3ffc7d8 commit 4922984

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/checks.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ env:
55
DEVNET_VERSION: "0.1.2"
66
DEVNET_SHA: 7e7dbb5
77
LEDGER_APP_SHA: dd58c5c
8+
LEDGER_APP_DEV_TOOLS_SHA: a037d42181f4bed9694246256e2c9e2a899e775c302a9c6482c81f87c28e1432
89

910
on:
1011
push:
@@ -185,7 +186,7 @@ jobs:
185186
# ====================== SETUP LEDGER SPECULOS ====================== #
186187

187188
- name: Pull speculos image
188-
run: docker pull ghcr.io/ledgerhq/ledger-app-builder/ledger-app-dev-tools
189+
run: docker pull ghcr.io/ledgerhq/ledger-app-builder/ledger-app-dev-tools@sha256:${{ env.LEDGER_APP_DEV_TOOLS_SHA }}
189190

190191

191192
- name: Clone LedgerHQ Starknet app repository
@@ -194,7 +195,7 @@ jobs:
194195
- name: Build the app inside Docker container
195196
uses: addnab/docker-run-action@v3
196197
with:
197-
image: ghcr.io/ledgerhq/ledger-app-builder/ledger-app-dev-tools
198+
image: ghcr.io/ledgerhq/ledger-app-builder/ledger-app-dev-tools@sha256:${{ env.LEDGER_APP_DEV_TOOLS_SHA }}
198199
options: --rm -v ${{ github.workspace }}:/apps
199200
run: |
200201
cd /apps/app-starknet
@@ -205,7 +206,7 @@ jobs:
205206
- name: Start Speculos emulator container
206207
uses: addnab/docker-run-action@v3
207208
with:
208-
image: ghcr.io/ledgerhq/ledger-app-builder/ledger-app-dev-tools
209+
image: ghcr.io/ledgerhq/ledger-app-builder/ledger-app-dev-tools@sha256:${{ env.LEDGER_APP_DEV_TOOLS_SHA }}
209210
options: --rm -d --name speculos-emulator -v ${{ github.workspace }}:/apps --publish 5000:5000 --publish 9999:9999
210211
run: |
211212
speculos \

0 commit comments

Comments
 (0)