File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed
Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -40,20 +40,20 @@ jobs:
4040 runs-on : ubuntu-latest
4141 steps :
4242 - name : Checkout Wallet Ecosystem
43- uses : actions/checkout@v4
43+ uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
4444 with :
4545 repository : diggsweden/wallet-ecosystem
4646 path : wallet-ecosystem
4747
4848 - name : Checkout Service (${{ inputs.service-name }})
49- uses : actions/checkout@v4
49+ uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
5050 with :
5151 repository : ${{ inputs.service-repo }}
5252 ref : ${{ inputs.service-ref }}
5353 path : ${{ inputs.service-name }}
5454
5555 - name : Set up JDK 21
56- uses : actions/setup-java@v4
56+ uses : actions/setup-java@c1e323688fd81a25caa38c78aa6df2d33d3e20d9 # v4
5757 with :
5858 java-version : " 21"
5959 distribution : " temurin"
@@ -136,7 +136,7 @@ jobs:
136136
137137 - name : Upload Logs
138138 if : failure()
139- uses : actions/upload-artifact@v4
139+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
140140 with :
141141 name : ecosystem-logs-${{ inputs.service-name }}
142142 path : wallet-ecosystem/ecosystem-failure.log
Original file line number Diff line number Diff line change @@ -371,7 +371,7 @@ services:
371371 - wallet-ecosystem-network
372372
373373 x-kafka-common : &kafka-common
374- image : apache/kafka-native:latest
374+ image : apache/kafka-native:latest@sha256:777f2dddec6970003f1f27922a8c317d87140567b0537e801d35669ad9a81faf
375375 environment : &kafka-env
376376 KAFKA_CLUSTER_ID : NjM0OUVDRTItMTg2Ni00QU
377377 KAFKA_PROCESS_ROLES : broker,controller
@@ -444,7 +444,7 @@ services:
444444 - wallet-ecosystem-network
445445
446446 init-kafka :
447- image : apache/kafka:latest
447+ image : apache/kafka:latest@sha256:9516fb7634bad307d17c33b589fde9023003b0cb761374f500002b980a3149b9
448448 depends_on :
449449 kafka-1 :
450450 condition : service_healthy
@@ -460,7 +460,7 @@ services:
460460
461461 # Optional: Kafka UI for management
462462 kafka-ui :
463- image : provectuslabs/kafka-ui:latest
463+ image : provectuslabs/kafka-ui:latest@sha256:8f2ff02d64b0a7a2b71b6b3b3148b85f66d00ec20ad40c30bdcd415d46d31818
464464 depends_on :
465465 kafka-1 :
466466 condition : service_healthy
You can’t perform that action at this time.
0 commit comments