Skip to content

Commit 8640d58

Browse files
authored
Merge pull request #1454 from DependencyTrack/dependabot/github_actions/docker/login-action-3.6.0
2 parents 70842a0 + d9506f5 commit 8640d58

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/_meta-build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ jobs:
109109
install: true
110110

111111
- name: Login to GitHub Container Registry
112-
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # tag=v3.5.0
112+
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # tag=v3.6.0
113113
if: ${{ inputs.publish-container }}
114114
with:
115115
registry: ghcr.io

.github/workflows/mirror-container-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
&& github.event.registry_package.package_version.container_metadata.tag.name != ''
3939
steps:
4040
- name: Login to Docker Hub
41-
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # tag=v3.5.0
41+
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # tag=v3.6.0
4242
with:
4343
username: ${{ secrets.DOCKER_HUB_USERNAME }}
4444
password: ${{ secrets.DOCKER_HUB_TOKEN }}

0 commit comments

Comments
 (0)