Skip to content

Commit 1ef0393

Browse files
authored
Merge pull request #2069 from DependencyTrack/dependabot/github_actions/dot-github/workflows/docker/login-action-4.0.0
Bump docker/login-action from 3.7.0 to 4.0.0 in /.github/workflows
2 parents 308db14 + 73ec0ce commit 1ef0393

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
&& github.event.registry_package.package_version.container_metadata.tag.name != ''
3838
steps:
3939
- name: Login to Docker Hub
40-
uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # tag=v3.7.0
40+
uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # tag=v4.0.0
4141
with:
4242
username: ${{ secrets.DOCKER_HUB_USERNAME }}
4343
password: ${{ secrets.DOCKER_HUB_TOKEN }}

.github/workflows/publishJar.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
with:
4848
install: true
4949
- name: Docker login
50-
uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # tag=v3.7.0
50+
uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # tag=v4.0.0
5151
with:
5252
registry: ghcr.io
5353
username: ${{ github.repository_owner }}

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575

7676
- name: Docker login
7777
if: ${{ !inputs.dry-run }}
78-
uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # tag=v3.7.0
78+
uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # tag=v4.0.0
7979
with:
8080
registry: ghcr.io
8181
username: ${{ github.repository_owner }}

0 commit comments

Comments
 (0)