Skip to content

Commit 2806006

Browse files
build(deps): bump docker/login-action from 3.6.0 to 3.7.0 (#9931)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent fd695b6 commit 2806006

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

.github/workflows/api-container-build-push.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ jobs:
100100
persist-credentials: false
101101

102102
- name: Login to DockerHub
103-
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0
103+
uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3.7.0
104104
with:
105105
username: ${{ secrets.DOCKERHUB_USERNAME }}
106106
password: ${{ secrets.DOCKERHUB_TOKEN }}
@@ -129,7 +129,7 @@ jobs:
129129

130130
steps:
131131
- name: Login to DockerHub
132-
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0
132+
uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3.7.0
133133
with:
134134
username: ${{ secrets.DOCKERHUB_USERNAME }}
135135
password: ${{ secrets.DOCKERHUB_TOKEN }}

.github/workflows/mcp-container-build-push.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ jobs:
9898
persist-credentials: false
9999

100100
- name: Login to DockerHub
101-
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0
101+
uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3.7.0
102102
with:
103103
username: ${{ secrets.DOCKERHUB_USERNAME }}
104104
password: ${{ secrets.DOCKERHUB_TOKEN }}
@@ -135,7 +135,7 @@ jobs:
135135

136136
steps:
137137
- name: Login to DockerHub
138-
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0
138+
uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3.7.0
139139
with:
140140
username: ${{ secrets.DOCKERHUB_USERNAME }}
141141
password: ${{ secrets.DOCKERHUB_TOKEN }}

.github/workflows/sdk-container-build-push.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -160,13 +160,13 @@ jobs:
160160
persist-credentials: false
161161

162162
- name: Login to DockerHub
163-
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0
163+
uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3.7.0
164164
with:
165165
username: ${{ secrets.DOCKERHUB_USERNAME }}
166166
password: ${{ secrets.DOCKERHUB_TOKEN }}
167167

168168
- name: Login to Public ECR
169-
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0
169+
uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3.7.0
170170
with:
171171
registry: public.ecr.aws
172172
username: ${{ secrets.PUBLIC_ECR_AWS_ACCESS_KEY_ID }}
@@ -199,13 +199,13 @@ jobs:
199199

200200
steps:
201201
- name: Login to DockerHub
202-
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0
202+
uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3.7.0
203203
with:
204204
username: ${{ secrets.DOCKERHUB_USERNAME }}
205205
password: ${{ secrets.DOCKERHUB_TOKEN }}
206206

207207
- name: Login to Public ECR
208-
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0
208+
uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3.7.0
209209
with:
210210
registry: public.ecr.aws
211211
username: ${{ secrets.PUBLIC_ECR_AWS_ACCESS_KEY_ID }}

.github/workflows/ui-container-build-push.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ jobs:
102102
persist-credentials: false
103103

104104
- name: Login to DockerHub
105-
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0
105+
uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3.7.0
106106
with:
107107
username: ${{ secrets.DOCKERHUB_USERNAME }}
108108
password: ${{ secrets.DOCKERHUB_TOKEN }}
@@ -134,7 +134,7 @@ jobs:
134134

135135
steps:
136136
- name: Login to DockerHub
137-
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0
137+
uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3.7.0
138138
with:
139139
username: ${{ secrets.DOCKERHUB_USERNAME }}
140140
password: ${{ secrets.DOCKERHUB_TOKEN }}

0 commit comments

Comments
 (0)