Skip to content

Commit 3c324a2

Browse files
authored
Merge branch 'main' into copilot/fix-4b3aeace-3dd1-4a1f-a3ca-9f8e1ee3cb7c
2 parents 421dbdd + cf4e682 commit 3c324a2

File tree

13 files changed

+82
-82
lines changed

13 files changed

+82
-82
lines changed

.github/workflows/alpine-stable.yml

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -49,36 +49,36 @@ jobs:
4949

5050
- name: Configure AWS credentials
5151
if: ${{ github.event_name != 'pull_request' }}
52-
uses: aws-actions/configure-aws-credentials@7474bc4690e29a8392af63c5b98e7449536d5c3a # v4.3.1
52+
uses: aws-actions/configure-aws-credentials@00943011d9042930efac3dcd3a170e4273319bc8 # v5.1.0
5353
with:
5454
aws-region: ${{ secrets.AWS_REGION }}
5555
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }}
5656
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
5757

5858
- name: Login to Amazon ECR Public Gallery
5959
if: ${{ github.event_name != 'pull_request' }}
60-
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5.0
60+
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0
6161
with:
6262
registry: public.ecr.aws
6363

6464
- name: Login to Docker Hub
6565
if: ${{ github.event_name != 'pull_request' }}
66-
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5.0
66+
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0
6767
with:
6868
username: ${{ secrets.DOCKERHUB_USERNAME }}
6969
password: ${{ secrets.DOCKERHUB_TOKEN }}
7070

7171
- name: Login to GitHub Container Registry
7272
if: ${{ github.event_name != 'pull_request' }}
73-
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5.0
73+
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0
7474
with:
7575
registry: ghcr.io
7676
username: ${{ github.actor }}
7777
password: ${{ secrets.GITHUB_TOKEN }}
7878

7979
- name: Login to Quay
8080
if: ${{ github.event_name != 'pull_request' }}
81-
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5.0
81+
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0
8282
with:
8383
registry: quay.io
8484
username: ${{ secrets.QUAY_USERNAME }}
@@ -190,36 +190,36 @@ jobs:
190190

191191
- name: Configure AWS credentials
192192
if: ${{ github.event_name != 'pull_request' }}
193-
uses: aws-actions/configure-aws-credentials@7474bc4690e29a8392af63c5b98e7449536d5c3a # v4.3.1
193+
uses: aws-actions/configure-aws-credentials@00943011d9042930efac3dcd3a170e4273319bc8 # v5.1.0
194194
with:
195195
aws-region: ${{ secrets.AWS_REGION }}
196196
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }}
197197
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
198198

199199
- name: Login to Amazon ECR Public Gallery
200200
if: ${{ github.event_name != 'pull_request' }}
201-
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5.0
201+
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0
202202
with:
203203
registry: public.ecr.aws
204204

205205
- name: Login to Docker Hub
206206
if: ${{ github.event_name != 'pull_request' }}
207-
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5.0
207+
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0
208208
with:
209209
username: ${{ secrets.DOCKERHUB_USERNAME }}
210210
password: ${{ secrets.DOCKERHUB_TOKEN }}
211211

212212
- name: Login to GitHub Container Registry
213213
if: ${{ github.event_name != 'pull_request' }}
214-
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5.0
214+
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0
215215
with:
216216
registry: ghcr.io
217217
username: ${{ github.actor }}
218218
password: ${{ secrets.GITHUB_TOKEN }}
219219

220220
- name: Login to Quay
221221
if: ${{ github.event_name != 'pull_request' }}
222-
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5.0
222+
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0
223223
with:
224224
registry: quay.io
225225
username: ${{ secrets.QUAY_USERNAME }}
@@ -300,36 +300,36 @@ jobs:
300300

301301
- name: Configure AWS credentials
302302
if: ${{ github.event_name != 'pull_request' }}
303-
uses: aws-actions/configure-aws-credentials@7474bc4690e29a8392af63c5b98e7449536d5c3a # v4.3.1
303+
uses: aws-actions/configure-aws-credentials@00943011d9042930efac3dcd3a170e4273319bc8 # v5.1.0
304304
with:
305305
aws-region: ${{ secrets.AWS_REGION }}
306306
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }}
307307
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
308308

309309
- name: Login to Amazon ECR Public Gallery
310310
if: ${{ github.event_name != 'pull_request' }}
311-
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5.0
311+
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0
312312
with:
313313
registry: public.ecr.aws
314314

315315
- name: Login to Docker Hub
316316
if: ${{ github.event_name != 'pull_request' }}
317-
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5.0
317+
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0
318318
with:
319319
username: ${{ secrets.DOCKERHUB_USERNAME }}
320320
password: ${{ secrets.DOCKERHUB_TOKEN }}
321321

322322
- name: Login to GitHub Container Registry
323323
if: ${{ github.event_name != 'pull_request' }}
324-
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5.0
324+
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0
325325
with:
326326
registry: ghcr.io
327327
username: ${{ github.actor }}
328328
password: ${{ secrets.GITHUB_TOKEN }}
329329

330330
- name: Login to Quay
331331
if: ${{ github.event_name != 'pull_request' }}
332-
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5.0
332+
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0
333333
with:
334334
registry: quay.io
335335
username: ${{ secrets.QUAY_USERNAME }}
@@ -409,36 +409,36 @@ jobs:
409409

410410
- name: Configure AWS credentials
411411
if: ${{ github.event_name != 'pull_request' }}
412-
uses: aws-actions/configure-aws-credentials@7474bc4690e29a8392af63c5b98e7449536d5c3a # v4.3.1
412+
uses: aws-actions/configure-aws-credentials@00943011d9042930efac3dcd3a170e4273319bc8 # v5.1.0
413413
with:
414414
aws-region: ${{ secrets.AWS_REGION }}
415415
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }}
416416
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
417417

418418
- name: Login to Amazon ECR Public Gallery
419419
if: ${{ github.event_name != 'pull_request' }}
420-
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5.0
420+
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0
421421
with:
422422
registry: public.ecr.aws
423423

424424
- name: Login to Docker Hub
425425
if: ${{ github.event_name != 'pull_request' }}
426-
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5.0
426+
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0
427427
with:
428428
username: ${{ secrets.DOCKERHUB_USERNAME }}
429429
password: ${{ secrets.DOCKERHUB_TOKEN }}
430430

431431
- name: Login to GitHub Container Registry
432432
if: ${{ github.event_name != 'pull_request' }}
433-
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5.0
433+
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0
434434
with:
435435
registry: ghcr.io
436436
username: ${{ github.actor }}
437437
password: ${{ secrets.GITHUB_TOKEN }}
438438

439439
- name: Login to Quay
440440
if: ${{ github.event_name != 'pull_request' }}
441-
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5.0
441+
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0
442442
with:
443443
registry: quay.io
444444
username: ${{ secrets.QUAY_USERNAME }}

.github/workflows/debian-mainline.yml

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -49,36 +49,36 @@ jobs:
4949

5050
- name: Configure AWS credentials
5151
if: ${{ github.event_name != 'pull_request' }}
52-
uses: aws-actions/configure-aws-credentials@7474bc4690e29a8392af63c5b98e7449536d5c3a # v4.3.1
52+
uses: aws-actions/configure-aws-credentials@00943011d9042930efac3dcd3a170e4273319bc8 # v5.1.0
5353
with:
5454
aws-region: ${{ secrets.AWS_REGION }}
5555
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }}
5656
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
5757

5858
- name: Login to Amazon ECR Public Gallery
5959
if: ${{ github.event_name != 'pull_request' }}
60-
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5.0
60+
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0
6161
with:
6262
registry: public.ecr.aws
6363

6464
- name: Login to Docker Hub
6565
if: ${{ github.event_name != 'pull_request' }}
66-
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5.0
66+
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0
6767
with:
6868
username: ${{ secrets.DOCKERHUB_USERNAME }}
6969
password: ${{ secrets.DOCKERHUB_TOKEN }}
7070

7171
- name: Login to GitHub Container Registry
7272
if: ${{ github.event_name != 'pull_request' }}
73-
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5.0
73+
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0
7474
with:
7575
registry: ghcr.io
7676
username: ${{ github.actor }}
7777
password: ${{ secrets.GITHUB_TOKEN }}
7878

7979
- name: Login to Quay
8080
if: ${{ github.event_name != 'pull_request' }}
81-
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5.0
81+
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0
8282
with:
8383
registry: quay.io
8484
username: ${{ secrets.QUAY_USERNAME }}
@@ -111,7 +111,7 @@ jobs:
111111
id: build
112112
uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6.18.0
113113
with:
114-
platforms: linux/amd64, linux/arm/v7, linux/arm64, linux/386, linux/mips64le, linux/ppc64le, linux/s390x
114+
platforms: linux/amd64, linux/arm/v7, linux/arm64, linux/386, linux/ppc64le, linux/riscv64, linux/s390x
115115
# platforms: linux/amd64, linux/arm/v5, linux/arm/v7, linux/arm64, linux/386, linux/mips64le, linux/ppc64le, linux/s390x
116116
context: "{{ defaultContext }}:mainline/debian"
117117
labels: ${{ steps.meta.outputs.labels }}
@@ -168,36 +168,36 @@ jobs:
168168

169169
- name: Configure AWS credentials
170170
if: ${{ github.event_name != 'pull_request' }}
171-
uses: aws-actions/configure-aws-credentials@7474bc4690e29a8392af63c5b98e7449536d5c3a # v4.3.1
171+
uses: aws-actions/configure-aws-credentials@00943011d9042930efac3dcd3a170e4273319bc8 # v5.1.0
172172
with:
173173
aws-region: ${{ secrets.AWS_REGION }}
174174
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }}
175175
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
176176

177177
- name: Login to Amazon ECR Public Gallery
178178
if: ${{ github.event_name != 'pull_request' }}
179-
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5.0
179+
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0
180180
with:
181181
registry: public.ecr.aws
182182

183183
- name: Login to Docker Hub
184184
if: ${{ github.event_name != 'pull_request' }}
185-
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5.0
185+
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0
186186
with:
187187
username: ${{ secrets.DOCKERHUB_USERNAME }}
188188
password: ${{ secrets.DOCKERHUB_TOKEN }}
189189

190190
- name: Login to GitHub Container Registry
191191
if: ${{ github.event_name != 'pull_request' }}
192-
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5.0
192+
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0
193193
with:
194194
registry: ghcr.io
195195
username: ${{ github.actor }}
196196
password: ${{ secrets.GITHUB_TOKEN }}
197197

198198
- name: Login to Quay
199199
if: ${{ github.event_name != 'pull_request' }}
200-
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5.0
200+
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0
201201
with:
202202
registry: quay.io
203203
username: ${{ secrets.QUAY_USERNAME }}
@@ -230,7 +230,7 @@ jobs:
230230
id: build
231231
uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6.18.0
232232
with:
233-
platforms: linux/amd64, linux/arm/v7, linux/arm64, linux/386, linux/mips64le, linux/ppc64le, linux/s390x
233+
platforms: linux/amd64, linux/arm/v7, linux/arm64, linux/386, linux/ppc64le, linux/riscv64, linux/s390x
234234
# platforms: linux/amd64, linux/arm/v5, linux/arm/v7, linux/arm64, linux/386, linux/mips64le, linux/ppc64le, linux/s390x
235235
context: "{{ defaultContext }}:mainline/debian-perl"
236236
labels: ${{ steps.meta.outputs.labels }}
@@ -287,36 +287,36 @@ jobs:
287287

288288
- name: Configure AWS credentials
289289
if: ${{ github.event_name != 'pull_request' }}
290-
uses: aws-actions/configure-aws-credentials@7474bc4690e29a8392af63c5b98e7449536d5c3a # v4.3.1
290+
uses: aws-actions/configure-aws-credentials@00943011d9042930efac3dcd3a170e4273319bc8 # v5.1.0
291291
with:
292292
aws-region: ${{ secrets.AWS_REGION }}
293293
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }}
294294
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
295295

296296
- name: Login to Amazon ECR Public Gallery
297297
if: ${{ github.event_name != 'pull_request' }}
298-
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5.0
298+
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0
299299
with:
300300
registry: public.ecr.aws
301301

302302
- name: Login to Docker Hub
303303
if: ${{ github.event_name != 'pull_request' }}
304-
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5.0
304+
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0
305305
with:
306306
username: ${{ secrets.DOCKERHUB_USERNAME }}
307307
password: ${{ secrets.DOCKERHUB_TOKEN }}
308308

309309
- name: Login to GitHub Container Registry
310310
if: ${{ github.event_name != 'pull_request' }}
311-
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5.0
311+
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0
312312
with:
313313
registry: ghcr.io
314314
username: ${{ github.actor }}
315315
password: ${{ secrets.GITHUB_TOKEN }}
316316

317317
- name: Login to Quay
318318
if: ${{ github.event_name != 'pull_request' }}
319-
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5.0
319+
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0
320320
with:
321321
registry: quay.io
322322
username: ${{ secrets.QUAY_USERNAME }}

0 commit comments

Comments
 (0)