Skip to content

Commit d579af5

Browse files
chore(deps): update docker/login-action digest to c94ce9f
1 parent 5578bb5 commit d579af5

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/bake_targets.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
persist-credentials: false
3333

3434
- name: Log in to the GitHub Container registry
35-
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3
35+
uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3
3636
with:
3737
registry: ghcr.io
3838
username: ${{ github.actor }}

.github/workflows/update_os_libraries.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
5555

5656
- name: Log in to the GitHub Container registry
57-
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3
57+
uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3
5858
with:
5959
registry: ghcr.io
6060
username: ${{ github.actor }}

0 commit comments

Comments
 (0)