Skip to content
Closed
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@d58896d6a1865668819e1d91763c7751a165e159
uses: sigstore/cosign-installer@d7543c93d881b35a8faa02e8e3605f69b7a1ce62

- name: Check cosign version
if: ${{ env.AUTO_PUSH_IMAGES == 'true' }}
Expand Down Expand Up @@ -498,7 +498,7 @@ jobs:

- name: Install cosign
if: ${{ env.AUTO_PUSH_IMAGES == 'true' }}
uses: sigstore/cosign-installer@d58896d6a1865668819e1d91763c7751a165e159
uses: sigstore/cosign-installer@d7543c93d881b35a8faa02e8e3605f69b7a1ce62

- name: Check cosign version
if: ${{ env.AUTO_PUSH_IMAGES == 'true' }}
Expand Down Expand Up @@ -858,7 +858,7 @@ jobs:

- name: Install cosign
if: ${{ env.AUTO_PUSH_IMAGES == 'true' }}
uses: sigstore/cosign-installer@d58896d6a1865668819e1d91763c7751a165e159
uses: sigstore/cosign-installer@d7543c93d881b35a8faa02e8e3605f69b7a1ce62

- name: Check cosign version
if: ${{ env.AUTO_PUSH_IMAGES == 'true' }}
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@d58896d6a1865668819e1d91763c7751a165e159
uses: sigstore/cosign-installer@d7543c93d881b35a8faa02e8e3605f69b7a1ce62
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 @@ -163,7 +163,7 @@ jobs:
fetch-depth: 1

- name: Install cosign
uses: sigstore/cosign-installer@d58896d6a1865668819e1d91763c7751a165e159
uses: sigstore/cosign-installer@d7543c93d881b35a8faa02e8e3605f69b7a1ce62
with:
cosign-release: 'v2.4.0'

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

- name: Install cosign
uses: sigstore/cosign-installer@d58896d6a1865668819e1d91763c7751a165e159
uses: sigstore/cosign-installer@d7543c93d881b35a8faa02e8e3605f69b7a1ce62
with:
cosign-release: 'v2.4.0'

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

- name: Install cosign
uses: sigstore/cosign-installer@d58896d6a1865668819e1d91763c7751a165e159
uses: sigstore/cosign-installer@d7543c93d881b35a8faa02e8e3605f69b7a1ce62
with:
cosign-release: 'v2.4.0'

Expand Down
Loading