Skip to content

Commit f38dc39

Browse files
authored
Merge pull request #7438 from Countly/dependabot/github_actions/actions-cb5fd4910d
Bump docker/login-action from 4.0.0 to 4.1.0 in the actions group
2 parents 8f9adbe + 83b6aea commit f38dc39

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
uses: actions/checkout@v6
4949

5050
- name: Log in to Docker Hub
51-
uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2
51+
uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121
5252
with:
5353
username: ${{ secrets.DOCKERHUB_USERNAME }}
5454
password: ${{ secrets.DOCKERHUB_TOKEN }}

.github/workflows/docker-image.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
echo ${{ steps.vars.outputs.tag }}
2727
2828
- name: Log in to Docker Hub
29-
uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2
29+
uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121
3030
with:
3131
username: ${{ secrets.DOCKERHUB_USERNAME }}
3232
password: ${{ secrets.DOCKERHUB_TOKEN }}
@@ -57,7 +57,7 @@ jobs:
5757
echo ${{ steps.vars.outputs.tag }}
5858
5959
- name: Log in to Docker Hub
60-
uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2
60+
uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121
6161
with:
6262
username: ${{ secrets.DOCKERHUB_USERNAME }}
6363
password: ${{ secrets.DOCKERHUB_TOKEN }}
@@ -88,7 +88,7 @@ jobs:
8888
echo ${{ steps.vars.outputs.tag }}
8989
9090
- name: Log in to Docker Hub
91-
uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2
91+
uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121
9292
with:
9393
username: ${{ secrets.DOCKERHUB_USERNAME }}
9494
password: ${{ secrets.DOCKERHUB_TOKEN }}
@@ -119,7 +119,7 @@ jobs:
119119
echo ${{ steps.vars.outputs.tag }}
120120
121121
- name: Log in to Docker Hub
122-
uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2
122+
uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121
123123
with:
124124
username: ${{ secrets.DOCKERHUB_USERNAME }}
125125
password: ${{ secrets.DOCKERHUB_TOKEN }}

0 commit comments

Comments
 (0)