Skip to content

Commit 65f2ef3

Browse files
authored
Merge pull request #2076 from intel/dependabot/github_actions/github-actions-e5e5069bb4
build(deps): bump sigstore/cosign-installer from 3.8.2 to 3.9.0 in the github-actions group
2 parents 1b11b60 + bfc914f commit 65f2ef3

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@3454372f43399081ed03b604cb2d021dabca52bb #v3.8.2
116+
uses: sigstore/cosign-installer@fb28c2b6339dcd94da6e4cbcbc5e888961f6f8c3 #v3.9.0
117117
- name: Keyless image sign
118118
if: ${{ inputs.image_tag != 'devel' }}
119119
run: |

0 commit comments

Comments
 (0)