File tree 4 files changed +4
-4
lines changed
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -339,7 +339,7 @@ jobs:
339
339
- uses : actions/checkout@v4
340
340
341
341
- name : Log in to the Elastic Container registry
342
- uses : docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 # v3.3 .0
342
+ uses : docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3.4 .0
343
343
with :
344
344
registry : ${{ secrets.ELASTIC_DOCKER_REGISTRY }}
345
345
username : ${{ secrets.ELASTIC_DOCKER_USERNAME }}
Original file line number Diff line number Diff line change @@ -136,7 +136,7 @@ jobs:
136
136
fetch-depth : 0 # Load entire history as it is required for the push-script
137
137
138
138
- name : Log in to the Elastic Container registry
139
- uses : docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 # v3.3 .0
139
+ uses : docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3.4 .0
140
140
with :
141
141
registry : ${{ secrets.ELASTIC_DOCKER_REGISTRY }}
142
142
username : ${{ secrets.ELASTIC_DOCKER_USERNAME }}
Original file line number Diff line number Diff line change 80
80
- uses : actions/checkout@v4
81
81
82
82
- name : Log in to the Elastic Container registry
83
- uses : docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 # v3.3 .0
83
+ uses : docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3.4 .0
84
84
with :
85
85
registry : ${{ secrets.ELASTIC_DOCKER_REGISTRY }}
86
86
username : ${{ secrets.ELASTIC_DOCKER_USERNAME }}
Original file line number Diff line number Diff line change 29
29
"pull_requests": "write"
30
30
}
31
31
32
- - uses : docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 # v3.3 .0
32
+ - uses : docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3.4 .0
33
33
with :
34
34
registry : ghcr.io
35
35
username : ${{ github.actor }}
You can’t perform that action at this time.
0 commit comments