Skip to content

Commit 7427c20

Browse files
chore(deps): pin dependencies (elastic#1216)
Co-authored-by: elastic-renovate-prod[bot] <174716857+elastic-renovate-prod[bot]@users.noreply.github.com>
1 parent 66d6b63 commit 7427c20

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/copilot-setup-steps.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
TF_ACC: "1"
3434
services:
3535
elasticsearch:
36-
image: docker.elastic.co/elasticsearch/elasticsearch:9.0.3
36+
image: docker.elastic.co/elasticsearch/elasticsearch:9.0.3@sha256:b21843a4a2efafcb0475ead137ce0a669fca412739694de833a2697f121a87b9
3737
env:
3838
discovery.type: single-node
3939
xpack.security.enabled: true
@@ -48,7 +48,7 @@ jobs:
4848
- 9200:9200
4949
options: --health-cmd="curl http://localhost:9200/_cluster/health" --health-interval=10s --health-timeout=5s --health-retries=10
5050
kibana:
51-
image: docker.elastic.co/kibana/kibana:9.0.3
51+
image: docker.elastic.co/kibana/kibana:9.0.3@sha256:c4c00a485fbc3619d8373f3bc74e9dd5b5a34380ef50442be4366e8fb57cd50a
5252
env:
5353
SERVER_NAME: kibana
5454
ELASTICSEARCH_HOSTS: http://elasticsearch:9200
@@ -60,7 +60,7 @@ jobs:
6060
- 5601:5601
6161
options: --health-cmd="curl http://localhost:5601/api/status" --health-interval=10s --health-timeout=5s --health-retries=10
6262
fleet:
63-
image: docker.elastic.co/elastic-agent/elastic-agent:9.0.3
63+
image: docker.elastic.co/elastic-agent/elastic-agent:9.0.3@sha256:c143c196d75078d1633c436fc8ab1e8c0d387d7131e3ace8bac1c1eea6d583ff
6464
env:
6565
SERVER_NAME: fleet
6666
FLEET_ENROLL: "1"

0 commit comments

Comments
 (0)