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 @@ -35,20 +35,20 @@ jobs:
3535 runs-on : ubuntu-latest
3636 steps :
3737 - name : Checkout Wallet Ecosystem
38- uses : actions/checkout@v4
38+ uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
3939 with :
4040 repository : diggsweden/wallet-ecosystem
4141 path : wallet-ecosystem
4242
4343 - name : Checkout Service (${{ inputs.service-name }})
44- uses : actions/checkout@v4
44+ uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
4545 with :
4646 repository : ${{ inputs.service-repo }}
4747 ref : ${{ inputs.service-ref }}
4848 path : ${{ inputs.service-name }}
4949
5050 - name : Set up JDK 21
51- uses : actions/setup-java@v4
51+ uses : actions/setup-java@c1e323688fd81a25caa38c78aa6df2d33d3e20d9 # v4
5252 with :
5353 java-version : " 21"
5454 distribution : " temurin"
@@ -131,7 +131,7 @@ jobs:
131131
132132 - name : Upload Logs
133133 if : failure()
134- uses : actions/upload-artifact@v4
134+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
135135 with :
136136 name : ecosystem-logs-${{ inputs.service-name }}
137137 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