Skip to content

Commit 5d4ca0a

Browse files
Merge pull request #3121 from bunkerity/dev
2 parents a25ff76 + 222fe40 commit 5d4ca0a

74 files changed

Lines changed: 5410 additions & 3747 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.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@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0
88+
uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3.7.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@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0
94+
uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3.7.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
@@ -188,12 +188,12 @@ jobs:
188188
to: bunkerweb-all-in-one
189189
steps:
190190
- name: Login to Docker Hub
191-
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0
191+
uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3.7.0
192192
with:
193193
username: ${{ secrets.DOCKER_USERNAME }}
194194
password: ${{ secrets.DOCKER_TOKEN }}
195195
- name: Login to ghcr
196-
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0
196+
uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3.7.0
197197
with:
198198
registry: ghcr.io
199199
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@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0
97+
uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3.7.0
9898
with:
9999
username: ${{ secrets.DOCKER_USERNAME }}
100100
password: ${{ secrets.DOCKER_TOKEN }}
101101
- name: Login to ghcr
102-
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0
102+
uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3.7.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@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0
38+
uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3.7.0
3939
with:
4040
username: ${{ secrets.DOCKER_USERNAME }}
4141
password: ${{ secrets.DOCKER_TOKEN }}
4242
- name: Login to ghcr
43-
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0
43+
uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3.7.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@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0
30+
uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3.7.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
@@ -152,12 +152,12 @@ jobs:
152152
packages: write
153153
steps:
154154
- name: Login to Docker Hub
155-
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0
155+
uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3.7.0
156156
with:
157157
username: ${{ secrets.DOCKER_USERNAME }}
158158
password: ${{ secrets.DOCKER_TOKEN }}
159159
- name: Login to ghcr
160-
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0
160+
uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3.7.0
161161
with:
162162
registry: ghcr.io
163163
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@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0
52+
uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3.7.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@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0
21+
uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3.7.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@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0
52+
uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3.7.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@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0
20+
uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3.7.0
2121
with:
2222
registry: ghcr.io
2323
username: ${{ github.actor }}

0 commit comments

Comments
 (0)