Skip to content

Commit 4ad9d6a

Browse files
Update docker/login-action digest to 1f401f7
1 parent 74b10d6 commit 4ad9d6a

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@1f401f745bf57e30b3a2800ad308a87d2ebdf14b
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@1f401f745bf57e30b3a2800ad308a87d2ebdf14b
2323
with:
2424
registry: ${{ env.REGISTRY }}
2525
username: ${{ github.actor }}

0 commit comments

Comments
 (0)