build(deps): bump sigstore/cosign-installer from 3.0.4 to 3.0.5

Bumps [sigstore/cosign-installer](https://github.com/sigstore/cosign-installer) from 3.0.4 to 3.0.5.
- [Release notes](https://github.com/sigstore/cosign-installer/releases)
- [Commits](https://github.com/sigstore/cosign-installer/compare/v3.0.4...v3.0.5)

---
updated-dependencies:
- dependency-name: sigstore/cosign-installer
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2023-06-01 16:24:27 +00:00
committed by EinoHR
parent da63a1f1fb
commit 3037449a0f

View File

@@ -172,7 +172,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }} password: ${{ secrets.GITHUB_TOKEN }}
# Sign container # Sign container
- uses: sigstore/cosign-installer@v3.0.4 - uses: sigstore/cosign-installer@v3.0.5
if: github.event_name != 'pull_request' && github.ref == 'refs/heads/live' if: github.event_name != 'pull_request' && github.ref == 'refs/heads/live'
- name: Sign container image - name: Sign container image