Skip to content

Commit

Permalink
Merge pull request karmada-io#4733 from liangyuanpeng/upgrade_cosigin…
Browse files Browse the repository at this point in the history
…_installer

chore: Update sigstore/cosign-installer to v3.4.0.
  • Loading branch information
karmada-bot authored Mar 20, 2024
2 parents dbb82be + e84fd2b commit c55c2cc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dockerhub-latest-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
with:
go-version: 1.21.8
- name: Install Cosign
uses: sigstore/cosign-installer@v3.1.1
uses: sigstore/cosign-installer@v3.4.0
with:
cosign-release: 'v1.13.1'
- name: install QEMU
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dockerhub-released-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
with:
go-version: 1.21.8
- name: Install Cosign
uses: sigstore/cosign-installer@v3.1.1
uses: sigstore/cosign-installer@v3.4.0
with:
cosign-release: 'v1.13.1'
- name: install QEMU
Expand Down

0 comments on commit c55c2cc

Please sign in to comment.