Skip to content

Commit 67ee845

Browse files
chore(deps): bump docker/login-action from 4.0.0 to 4.1.0 (#1486)
Bumps [docker/login-action](https://github.com/docker/login-action) from 4.0.0 to 4.1.0. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](docker/login-action@b45d80f...4907a6d) --- updated-dependencies: - dependency-name: docker/login-action dependency-version: 4.1.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 5ec3407 commit 67ee845

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/cnspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
uses: docker/setup-buildx-action@4d04d5d9486b7bd6fa91e7baf45bbb4f8b9deedd # v4.0.0
5151

5252
- name: Log into registry ghcr.io
53-
uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4.0.0
53+
uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4.1.0
5454
with:
5555
registry: ghcr.io
5656
username: ${{ github.actor }}

.github/workflows/publish.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
# Login against a Docker registry except on PR
6767
# https://github.com/docker/login-action
6868
- name: Log into registry ${{ env.REGISTRY }}
69-
uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4.0.0
69+
uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4.1.0
7070
with:
7171
registry: ${{ env.REGISTRY }}
7272
username: ${{ github.actor }}
@@ -187,7 +187,7 @@ jobs:
187187
# Login against a Docker registry except on PR
188188
# https://github.com/docker/login-action
189189
- name: Log into registry ${{ env.REGISTRY }}
190-
uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4.0.0
190+
uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4.1.0
191191
with:
192192
registry: ${{ env.REGISTRY }}
193193
username: ${{ github.actor }}
@@ -287,7 +287,7 @@ jobs:
287287
id: install
288288

289289
- name: Log into registry ${{ env.REGISTRY }}
290-
uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4.0.0
290+
uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4.1.0
291291
with:
292292
registry: ${{ env.REGISTRY }}
293293
username: ${{ github.actor }}

0 commit comments

Comments
 (0)