Skip to content

Commit 33d55f7

Browse files
authored
Merge pull request #1985 from intel/dependabot/github_actions/sigstore/cosign-installer-3.8.0
build(deps): bump sigstore/cosign-installer from 3.7.0 to 3.8.0
2 parents 23c0fb0 + 1f73528 commit 33d55f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lib-publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ jobs:
113113
echo "image_sha=$(docker inspect --format='{{index .RepoDigests 0}}' ${{ inputs.registry }}/${{ matrix.image }}:${{ inputs.image_tag }})" >> $GITHUB_OUTPUT
114114
- name: Install cosign
115115
if: ${{ inputs.image_tag != 'devel' }}
116-
uses: sigstore/cosign-installer@dc72c7d5c4d10cd6bcb8cf6e3fd625a9e5e537da #v3.7.0
116+
uses: sigstore/cosign-installer@c56c2d3e59e4281cc41dea2217323ba5694b171e #v3.8.0
117117
- name: Keyless image sign
118118
if: ${{ inputs.image_tag != 'devel' }}
119119
run: |

0 commit comments

Comments
 (0)