Skip to content

Commit 94afbd7

Browse files
chore(deps): update sigstore/cosign-installer action to v3.10.0 (#58)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 38be463 commit 94afbd7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ jobs:
110110
run: |
111111
DIGEST=$(docker buildx imagetools inspect ${{ env.REGISTRY_IMAGE }}:${{ steps.meta.outputs.version }} --format "{{ print .Manifest.Digest }}")
112112
echo "digest=$DIGEST" >> "$GITHUB_OUTPUT"
113-
- uses: sigstore/cosign-installer@d58896d6a1865668819e1d91763c7751a165e159 # v3.9.2
113+
- uses: sigstore/cosign-installer@d7543c93d881b35a8faa02e8e3605f69b7a1ce62 # v3.10.0
114114
- name: Sign the images with GitHub OIDC Token
115115
env:
116116
DIGEST: ${{ steps.digest.outputs.digest }}

0 commit comments

Comments
 (0)