Skip to content

Commit 7cb220c

Browse files
authored
Merge pull request #2089 from intel/dependabot/github_actions/github-actions-86048c524c
build(deps): bump sigstore/cosign-installer from 3.9.1 to 3.9.2 in the github-actions group
2 parents 250a42e + 5b35249 commit 7cb220c

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@398d4b0eeef1380460a10c8013a76f728fb906ac #v3.9.1
116+
uses: sigstore/cosign-installer@d58896d6a1865668819e1d91763c7751a165e159 #v3.9.2
117117
- name: Keyless image sign
118118
if: ${{ inputs.image_tag != 'devel' }}
119119
run: |

0 commit comments

Comments
 (0)