Skip to content

Commit 63b6737

Browse files
Merge pull request #3593 from bunkerity/dependabot/github_actions/dev/docker/login-action-4.2.0
deps/gha: bump docker/login-action from 4.1.0 to 4.2.0
2 parents 90f3b04 + f440b87 commit 63b6737

10 files changed

Lines changed: 15 additions & 15 deletions

.github/workflows/container-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,13 +85,13 @@ jobs:
8585
endpoint: ssh://root@arm
8686
platforms: linux/arm64,linux/arm/v7
8787
- name: Login to Docker Hub
88-
uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4.1.0
88+
uses: docker/login-action@650006c6eb7dba73a995cc03b0b2d7f5ca915bee # v4.2.0
8989
with:
9090
username: ${{ secrets.DOCKER_USERNAME }}
9191
password: ${{ secrets.DOCKER_TOKEN }}
9292
- name: Login to ghcr
9393
if: inputs.PUSH == true
94-
uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4.1.0
94+
uses: docker/login-action@650006c6eb7dba73a995cc03b0b2d7f5ca915bee # v4.2.0
9595
with:
9696
registry: ghcr.io
9797
username: ${{ github.actor }}

.github/workflows/dev.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -192,12 +192,12 @@ jobs:
192192
to: bunkerweb-all-in-one
193193
steps:
194194
- name: Login to Docker Hub
195-
uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4.1.0
195+
uses: docker/login-action@650006c6eb7dba73a995cc03b0b2d7f5ca915bee # v4.2.0
196196
with:
197197
username: ${{ secrets.DOCKER_USERNAME }}
198198
password: ${{ secrets.DOCKER_TOKEN }}
199199
- name: Login to ghcr
200-
uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4.1.0
200+
uses: docker/login-action@650006c6eb7dba73a995cc03b0b2d7f5ca915bee # v4.2.0
201201
with:
202202
registry: ghcr.io
203203
username: ${{ github.actor }}

.github/workflows/linux-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,12 +94,12 @@ jobs:
9494
endpoint: ssh://root@arm
9595
platforms: linux/arm64,linux/arm/v7
9696
- name: Login to Docker Hub
97-
uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4.1.0
97+
uses: docker/login-action@650006c6eb7dba73a995cc03b0b2d7f5ca915bee # v4.2.0
9898
with:
9999
username: ${{ secrets.DOCKER_USERNAME }}
100100
password: ${{ secrets.DOCKER_TOKEN }}
101101
- name: Login to ghcr
102-
uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4.1.0
102+
uses: docker/login-action@650006c6eb7dba73a995cc03b0b2d7f5ca915bee # v4.2.0
103103
with:
104104
registry: ghcr.io
105105
username: ${{ github.actor }}

.github/workflows/push-docker.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,12 @@ jobs:
3535
- name: Check out repository code
3636
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
3737
- name: Login to Docker Hub
38-
uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4.1.0
38+
uses: docker/login-action@650006c6eb7dba73a995cc03b0b2d7f5ca915bee # v4.2.0
3939
with:
4040
username: ${{ secrets.DOCKER_USERNAME }}
4141
password: ${{ secrets.DOCKER_TOKEN }}
4242
- name: Login to ghcr
43-
uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4.1.0
43+
uses: docker/login-action@650006c6eb7dba73a995cc03b0b2d7f5ca915bee # v4.2.0
4444
with:
4545
registry: ghcr.io
4646
username: ${{ github.actor }}

.github/workflows/staging-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Checkout source code
2828
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2929
- name: Login to ghcr
30-
uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4.1.0
30+
uses: docker/login-action@650006c6eb7dba73a995cc03b0b2d7f5ca915bee # v4.2.0
3131
with:
3232
registry: ghcr.io
3333
username: ${{ github.actor }}

.github/workflows/staging.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -156,12 +156,12 @@ jobs:
156156
packages: write
157157
steps:
158158
- name: Login to Docker Hub
159-
uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4.1.0
159+
uses: docker/login-action@650006c6eb7dba73a995cc03b0b2d7f5ca915bee # v4.2.0
160160
with:
161161
username: ${{ secrets.DOCKER_USERNAME }}
162162
password: ${{ secrets.DOCKER_TOKEN }}
163163
- name: Login to ghcr
164-
uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4.1.0
164+
uses: docker/login-action@650006c6eb7dba73a995cc03b0b2d7f5ca915bee # v4.2.0
165165
with:
166166
registry: ghcr.io
167167
username: ${{ github.actor }}

.github/workflows/test-core-linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
sudo chmod +x /usr/local/bin/geckodriver
5050
rm -f geckodriver.tar.gz
5151
- name: Login to ghcr
52-
uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4.1.0
52+
uses: docker/login-action@650006c6eb7dba73a995cc03b0b2d7f5ca915bee # v4.2.0
5353
with:
5454
registry: ghcr.io
5555
username: ${{ github.actor }}

.github/workflows/test-core.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Checkout source code
1919
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2020
- name: Login to ghcr
21-
uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4.1.0
21+
uses: docker/login-action@650006c6eb7dba73a995cc03b0b2d7f5ca915bee # v4.2.0
2222
with:
2323
registry: ghcr.io
2424
username: ${{ github.actor }}

.github/workflows/tests-ui-linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
sudo chmod +x /usr/local/bin/geckodriver
5050
rm -f geckodriver.tar.gz
5151
- name: Login to ghcr
52-
uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4.1.0
52+
uses: docker/login-action@650006c6eb7dba73a995cc03b0b2d7f5ca915bee # v4.2.0
5353
with:
5454
registry: ghcr.io
5555
username: ${{ github.actor }}

.github/workflows/tests-ui.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Checkout source code
1818
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
1919
- name: Login to ghcr
20-
uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4.1.0
20+
uses: docker/login-action@650006c6eb7dba73a995cc03b0b2d7f5ca915bee # v4.2.0
2121
with:
2222
registry: ghcr.io
2323
username: ${{ github.actor }}

0 commit comments

Comments
 (0)