Skip to content

Commit 5318d28

Browse files
authored
Merge pull request #15 from mtalexan/dependabot/github_actions/sigstore/cosign-installer-4.1.0
Bump sigstore/cosign-installer from 4.0.0 to 4.1.0
2 parents 13771af + 6e5c6cf commit 5318d28

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ jobs:
162162
# using Cosign and save the private key as a repository secret in Github for this workflow
163163
# to consume. For more details, review the image signing section of the README.
164164
- name: Install Cosign
165-
uses: sigstore/cosign-installer@faadad0cce49287aee09b3a48701e75088a2c6ad # v4.0.0
165+
uses: sigstore/cosign-installer@ba7bc0a3fef59531c69a25acd34668d6d3fe6f22 # v4.1.0
166166
if: github.event_name != 'pull_request' && github.ref == format('refs/heads/{0}', github.event.repository.default_branch)
167167
with:
168168
cosign-release: 'v2.6.1'

0 commit comments

Comments
 (0)