Skip to content

Commit 882b2d3

Browse files
Bump docker/login-action from 3.1.0 to 3.6.0
Bumps [docker/login-action](https://github.com/docker/login-action) from 3.1.0 to 3.6.0. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](docker/login-action@e92390c...5e57cd1) --- updated-dependencies: - dependency-name: docker/login-action dependency-version: 3.6.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent cd47885 commit 882b2d3

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/anchore.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
# https://github.com/docker/login-action
4646
- name: Log into registry ${{ env.REGISTRY }}
4747
# if: github.event_name != 'pull_request'
48-
uses: docker/login-action@e92390c5fb421da1463c202d546fed0ec5c39f20 # v3.1.0
48+
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0
4949
with:
5050
registry: ${{ env.REGISTRY }}
5151
username: ${{ github.actor }}

.github/workflows/dependabot-docker-build-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
# https://github.com/docker/login-action
3434
- name: Log into registry ${{ env.REGISTRY }}
3535
# if: github.event_name != 'pull_request'
36-
uses: docker/login-action@e92390c5fb421da1463c202d546fed0ec5c39f20 # v3.1.0
36+
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0
3737
with:
3838
registry: ${{ env.REGISTRY }}
3939
username: ${{ github.actor }}

.github/workflows/push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
# https://github.com/docker/login-action
5959
- name: Log into registry ${{ env.REGISTRY }}
6060
# if: github.event_name != 'pull_request'
61-
uses: docker/login-action@e92390c5fb421da1463c202d546fed0ec5c39f20 # v3.1.0
61+
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0
6262
with:
6363
registry: ${{ env.REGISTRY }}
6464
username: ${{ github.actor }}

0 commit comments

Comments
 (0)