Skip to content

Commit 7233371

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

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@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4
35+
uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4
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
@@ -56,7 +56,7 @@ jobs:
5656
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
5757

5858
- name: Log in to the GitHub Container registry
59-
uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4
59+
uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4
6060
with:
6161
registry: ghcr.io
6262
username: ${{ github.actor }}

0 commit comments

Comments
 (0)