Skip to content

Commit 24b6249

Browse files
chore(deps): update docker/login-action action to v3.5.0 (#2143)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 3956924 commit 24b6249

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

.github/workflows/image-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
corepack pnpm install --config.strict-dep-builds=true --package-import-method copy --frozen-lockfile
6262
mkdir -p $RUNNER_TEMP/cdxgen-sboms
6363
- name: Login to the Container registry
64-
uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3.4.0
64+
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5.0
6565
with:
6666
registry: ghcr.io
6767
username: ${{ github.actor }}

.github/workflows/npm-release.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
- name: Set up Docker Buildx
6767
uses: docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # v3.11.1
6868
- name: Log in to the Container registry
69-
uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3.4.0
69+
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5.0
7070
with:
7171
registry: ghcr.io
7272
username: ${{ github.actor }}
@@ -109,7 +109,7 @@ jobs:
109109
- name: Set up Docker Buildx
110110
uses: docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # v3.11.1
111111
- name: Log in to the Container registry
112-
uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3.4.0
112+
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5.0
113113
with:
114114
registry: ghcr.io
115115
username: ${{ github.actor }}
@@ -149,7 +149,7 @@ jobs:
149149
with:
150150
persist-credentials: false
151151
fetch-depth: 0
152-
- uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3.4.0
152+
- uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5.0
153153
with:
154154
registry: ghcr.io
155155
username: ${{ github.actor }}
@@ -195,7 +195,7 @@ jobs:
195195
- name: Set up Docker Buildx
196196
uses: docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # v3.11.1
197197
- name: Log in to the Container registry
198-
uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3.4.0
198+
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5.0
199199
with:
200200
registry: ghcr.io
201201
username: ${{ github.actor }}
@@ -277,7 +277,7 @@ jobs:
277277
- name: Set up Docker Buildx
278278
uses: docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # v3.11.1
279279
- name: Log in to the Container registry
280-
uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3.4.0
280+
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5.0
281281
with:
282282
registry: ghcr.io
283283
username: ${{ github.actor }}
@@ -347,7 +347,7 @@ jobs:
347347
- name: Set up Docker Buildx
348348
uses: docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # v3.11.1
349349
- name: Log in to the Container registry
350-
uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3.4.0
350+
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5.0
351351
with:
352352
registry: ghcr.io
353353
username: ${{ github.actor }}
@@ -415,7 +415,7 @@ jobs:
415415
- name: Set up Docker Buildx
416416
uses: docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # v3.11.1
417417
- name: Log in to the Container registry
418-
uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3.4.0
418+
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5.0
419419
with:
420420
registry: ghcr.io
421421
username: ${{ github.actor }}
@@ -466,7 +466,7 @@ jobs:
466466
- name: Set up Docker Buildx
467467
uses: docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # v3.11.1
468468
- name: Log in to the Container registry
469-
uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3.4.0
469+
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5.0
470470
with:
471471
registry: ghcr.io
472472
username: ${{ github.actor }}

0 commit comments

Comments
 (0)