Skip to content

Bump sigstore/cosign-installer from 3.8.1 to 3.8.2 #1683

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: 7.2
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/images_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ jobs:

- name: Install cosign
if: ${{ env.AUTO_PUSH_IMAGES == 'true' }}
uses: sigstore/cosign-installer@d7d6bc7722e3daa8354c50bcb52f4837da5e9b6a
uses: sigstore/cosign-installer@3454372f43399081ed03b604cb2d021dabca52bb
with:
cosign-release: 'v2.4.0'

Expand Down Expand Up @@ -496,7 +496,7 @@ jobs:

- name: Install cosign
if: ${{ env.AUTO_PUSH_IMAGES == 'true' }}
uses: sigstore/cosign-installer@d7d6bc7722e3daa8354c50bcb52f4837da5e9b6a
uses: sigstore/cosign-installer@3454372f43399081ed03b604cb2d021dabca52bb
with:
cosign-release: 'v2.4.0'

Expand Down Expand Up @@ -857,7 +857,7 @@ jobs:

- name: Install cosign
if: ${{ env.AUTO_PUSH_IMAGES == 'true' }}
uses: sigstore/cosign-installer@d7d6bc7722e3daa8354c50bcb52f4837da5e9b6a
uses: sigstore/cosign-installer@3454372f43399081ed03b604cb2d021dabca52bb
with:
cosign-release: 'v2.4.0'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/images_build_rhel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ jobs:

- name: Install cosign
if: ${{ env.AUTO_PUSH_IMAGES == 'true' }}
uses: sigstore/cosign-installer@d7d6bc7722e3daa8354c50bcb52f4837da5e9b6a
uses: sigstore/cosign-installer@3454372f43399081ed03b604cb2d021dabca52bb
with:
cosign-release: 'v2.4.0'

Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/images_build_windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ jobs:
fetch-depth: 1

- name: Install cosign
uses: sigstore/cosign-installer@d7d6bc7722e3daa8354c50bcb52f4837da5e9b6a
uses: sigstore/cosign-installer@3454372f43399081ed03b604cb2d021dabca52bb
with:
cosign-release: 'v2.4.0'

Expand Down Expand Up @@ -354,7 +354,7 @@ jobs:
fetch-depth: 1

- name: Install cosign
uses: sigstore/cosign-installer@d7d6bc7722e3daa8354c50bcb52f4837da5e9b6a
uses: sigstore/cosign-installer@3454372f43399081ed03b604cb2d021dabca52bb
with:
cosign-release: 'v2.4.0'

Expand Down Expand Up @@ -582,7 +582,7 @@ jobs:
fetch-depth: 1

- name: Install cosign
uses: sigstore/cosign-installer@d7d6bc7722e3daa8354c50bcb52f4837da5e9b6a
uses: sigstore/cosign-installer@3454372f43399081ed03b604cb2d021dabca52bb
with:
cosign-release: 'v2.4.0'

Expand Down
Loading