Skip to content

Commit d438c00

Browse files
committed
chore(deps): update docker/login-action digest to 4907a6d
1 parent f3a16b7 commit d438c00

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/dev-build.yml

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

123123
- name: Log in to GHCR
124124
if: github.event_name == 'push'
125-
uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4
125+
uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4
126126
with:
127127
registry: ${{ env.REGISTRY }}
128128
username: ${{ github.actor }}

.github/workflows/release-please.yml

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

5151
- name: Log in to GHCR
5252
if: steps.release_please.outputs.release_created == 'true'
53-
uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4
53+
uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4
5454
with:
5555
registry: ${{ env.REGISTRY }}
5656
username: ${{ github.actor }}

0 commit comments

Comments
 (0)