We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd09e3f commit 7233371Copy full SHA for 7233371
2 files changed
.github/workflows/bake_targets.yml
@@ -32,7 +32,7 @@ jobs:
32
persist-credentials: false
33
34
- name: Log in to the GitHub Container registry
35
- uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4
+ uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4
36
with:
37
registry: ghcr.io
38
username: ${{ github.actor }}
.github/workflows/update_os_libraries.yml
@@ -56,7 +56,7 @@ jobs:
56
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
57
58
59
60
61
62
0 commit comments