Skip to content

Commit b3f7ae1

Browse files
chore(deps): update docker/login-action digest to 5e57cd1
1 parent acfed0c commit b3f7ae1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/reusable-publish-image.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
uses: actions/checkout@v5
5454

5555
- name: Login to GitHub Container Registry
56-
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3
56+
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3
5757
with:
5858
registry: ghcr.io
5959
username: ${{ github.actor }}

.github/workflows/yamory-scan.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
sudo dpkg -i trivy_${TRIVY_VERSION}_Linux-64bit.deb
2626
2727
- name: Login to GHCR
28-
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3
28+
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3
2929
with:
3030
registry: ghcr.io
3131
username: ${{ github.actor }}

0 commit comments

Comments
 (0)