We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f640aea commit bb4fef9Copy full SHA for bb4fef9
.github/workflows/release.yml
@@ -27,7 +27,7 @@ jobs:
27
go-version-file: go.mod
28
- uses: sigstore/cosign-installer@dc72c7d5c4d10cd6bcb8cf6e3fd625a9e5e537da # v3
29
- name: Login to GitHub Container Registry
30
- uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 # v3
+ uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 # v3.3.0
31
with:
32
registry: ghcr.io
33
username: ${{ github.actor }}
0 commit comments