Skip to content

Commit 69215be

Browse files
build(deps): bump docker/login-action from 3.5.0 to 3.6.0 (#2814)
1 parent 2229943 commit 69215be

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,7 @@ jobs:
311311
uses: docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # 3.11.1
312312

313313
- name: Login to GitHub Container Registry
314-
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # 3.5.0
314+
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # 3.6.0
315315
with:
316316
registry: ghcr.io
317317
username: ${{ github.actor }}
@@ -335,7 +335,7 @@ jobs:
335335
packages: write
336336
steps:
337337
- name: Login to GitHub Container Registry
338-
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # 3.5.0
338+
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # 3.6.0
339339
with:
340340
registry: ghcr.io
341341
username: ${{ github.actor }}

.github/workflows/release-ghcr-latest-tag.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-24.04
1010
steps:
1111
- name: Log in to GitHub Container Registry
12-
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # 3.5.0
12+
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # 3.6.0
1313
with:
1414
registry: ghcr.io
1515
username: ${{ github.actor }}

.github/workflows/release-ghcr-version-tag.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-24.04
1010
steps:
1111
- name: Log in to GitHub Container Registry
12-
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # 3.5.0
12+
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # 3.6.0
1313
with:
1414
registry: ghcr.io
1515
username: ${{ github.actor }}

0 commit comments

Comments
 (0)