Skip to content

Commit e80b356

Browse files
chore(deps): update sigstore/cosign-installer action to v4.1.1
##### [\`v4.1.1\`](https://github.com/sigstore/cosign-installer/releases/tag/v4.1.1) #### What's Changed - chore: update default cosign-release to v3.0.5 in [#223](sigstore/cosign-installer#223) **Full Changelog**: <sigstore/cosign-installer@v4.1.0...v4.1.1> --- ##### [\`v4.1.0\`](https://github.com/sigstore/cosign-installer/releases/tag/v4.1.0) #### What's Changed We recommend updating as soon as possible as this includes bug fixes for Cosign. We also recommend removing `with: cosign-release` and strongly discourage using `cosign-release` unless you have a specific reason to use an older version of Cosign. - Bump cosign to 3.0.5 in [#220](sigstore/cosign-installer#220) - fix: add retry to curl downloads for transient network failures in [#210](sigstore/cosign-installer#210) **Full Changelog**: <sigstore/cosign-installer@v4.0.0...v4.1.0>
1 parent 53eb83b commit e80b356

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
@@ -128,7 +128,7 @@ jobs:
128128
password: ${{ env.REGISTRY_PASSWORD }}
129129

130130
- name: Install Cosign
131-
uses: sigstore/cosign-installer@faadad0cce49287aee09b3a48701e75088a2c6ad # v4.0.0
131+
uses: sigstore/cosign-installer@cad07c2e89fa2edd6e2d7bab4c1aa38e53f76003 # v4.1.1
132132
if: github.event_name != 'pull_request' && github.ref == format('refs/heads/{0}', github.event.repository.default_branch)
133133

134134
- name: Sign container image

0 commit comments

Comments
 (0)