@@ -54,18 +54,18 @@ jobs:
5454 xpack.security.enabled : false
5555 xpack.security.enrollment.enabled : false
5656 otelcol :
57- image : otel/opentelemetry-collector-contrib:0.135 .0@sha256:89107a3a8f4636a396927edf7025bb9614b8da2d92f4cc3f43109e8d115736e2
57+ image : otel/opentelemetry-collector-contrib:0.136 .0@sha256:45392d534c1edcc809c2d112394029246bc679d2ae5ea7081414a1fc74f2c621
5858 ports :
5959 - 4317:4317
6060 toxiproxy :
61- image : ghcr.io/shopify/toxiproxy:2.11.0
61+ image : ghcr.io/shopify/toxiproxy:2.12.0@sha256:9378ed52a28bc50edc1350f936f518f31fa95f0d15917d6eb40b8e376d1a214e
6262 ports :
6363 - 18474:8474
6464 - 42001:42001
6565 - 42002:42002
6666 - 42003:42003
6767 openssh :
68- image : linuxserver/openssh-server:latest
68+ image : linuxserver/openssh-server:latest@sha256:72bd35539cca36df4703ba29f27ee1b3ba7171361ef001744e8390ba4ee69599
6969 ports :
7070 - 2222:2222
7171 env :
@@ -174,7 +174,7 @@ jobs:
174174 roles: ["readAnyDatabase", "clusterMonitor"]
175175 })'
176176
177- - uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4
177+ - uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
178178 id : cache-minio
179179 with :
180180 path : ./minio
@@ -185,7 +185,7 @@ jobs:
185185 run : |
186186 curl -O https://dl.min.io/server/minio/release/linux-amd64/minio && chmod +x minio
187187
188- - uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4
188+ - uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
189189 id : cache-minio-client
190190 with :
191191 path : ./mc
@@ -227,7 +227,7 @@ jobs:
227227 env :
228228 PGPASSWORD : postgres
229229
230- - uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4
230+ - uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
231231 id : cache-clickhouse
232232 with :
233233 path : ./clickhouse
0 commit comments