Skip to content

Commit d6bf7f6

Browse files
authored
Merge pull request #42 from advanced-security/dependabot/github_actions/docker/login-action-3.7.0
build(deps): bump docker/login-action from 3.6.0 to 3.7.0
2 parents fb6ee89 + 2f573d5 commit d6bf7f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ jobs:
9696
type=raw,value=latest,enable=${{ github.ref == format('refs/heads/{0}', 'main') }}
9797
9898
- name: Login to GitHub Container Registry
99-
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0
99+
uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3.7.0
100100
with:
101101
registry: ${{ env.REGISTRY }}
102102
username: ${{ github.actor }}

0 commit comments

Comments
 (0)