Skip to content

Commit 8abd9a1

Browse files
Update docker/login-action digest to 28fdb31
1 parent 74b10d6 commit 8abd9a1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/stryker-net-runner-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
uses: actions/checkout@v4
2020

2121
- name: Log in to the Container registry
22-
uses: docker/login-action@b4bedf8053341df3b5a9f9e0f2cf4e79e27360c6
22+
uses: docker/login-action@28fdb31ff34708d19615a74d67103ddc2ea9725c
2323
with:
2424
registry: ${{ env.REGISTRY }}
2525
username: ${{ github.actor }}

.github/workflows/strykerjs-runner-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
uses: actions/checkout@v4
2020

2121
- name: Log in to the Container registry
22-
uses: docker/login-action@b4bedf8053341df3b5a9f9e0f2cf4e79e27360c6
22+
uses: docker/login-action@28fdb31ff34708d19615a74d67103ddc2ea9725c
2323
with:
2424
registry: ${{ env.REGISTRY }}
2525
username: ${{ github.actor }}

0 commit comments

Comments
 (0)