mirror of
https://github.com/external-secrets/external-secrets.git
synced 2024-12-14 11:57:59 +00:00
build(deps): bump sigstore/cosign-installer from 2.4.0 to 2.4.1 (#1319)
Bumps [sigstore/cosign-installer](https://github.com/sigstore/cosign-installer) from 2.4.0 to 2.4.1. - [Release notes](https://github.com/sigstore/cosign-installer/releases) - [Commits](https://github.com/sigstore/cosign-installer/compare/v2.4.0...v2.4.1) --- 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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
9a5109a254
commit
ca4e42bd91
2 changed files with 2 additions and 2 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -259,7 +259,7 @@ jobs:
|
||||||
|
|
||||||
- name: Install cosign
|
- name: Install cosign
|
||||||
if: github.ref == 'refs/heads/main' && env.GHCR_USERNAME != ''
|
if: github.ref == 'refs/heads/main' && env.GHCR_USERNAME != ''
|
||||||
uses: sigstore/cosign-installer@v2.4.0
|
uses: sigstore/cosign-installer@v2.4.1
|
||||||
|
|
||||||
- name: Sign Artifacts to main release channel
|
- name: Sign Artifacts to main release channel
|
||||||
if: github.ref == 'refs/heads/main' && env.GHCR_USERNAME != ''
|
if: github.ref == 'refs/heads/main' && env.GHCR_USERNAME != ''
|
||||||
|
|
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
@ -126,7 +126,7 @@ jobs:
|
||||||
|
|
||||||
- name: Install cosign
|
- name: Install cosign
|
||||||
if: env.GHCR_USERNAME != ''
|
if: env.GHCR_USERNAME != ''
|
||||||
uses: sigstore/cosign-installer@v2.4.0
|
uses: sigstore/cosign-installer@v2.4.1
|
||||||
|
|
||||||
- name: Sign Container Image
|
- name: Sign Container Image
|
||||||
if: env.GHCR_USERNAME != ''
|
if: env.GHCR_USERNAME != ''
|
||||||
|
|
Loading…
Reference in a new issue