Skip to content

Commit

Permalink
Merge pull request #4747 from RainbowMango/automated-cherry-pick-of-#…
Browse files Browse the repository at this point in the history
…4733-#4736-upstream-release-1.7

Automated cherry pick of #4733: chore: Update sigstore/cosign-installer to v3.4.0.
#4736: chore: bump cosigin to v2.2.3.
  • Loading branch information
karmada-bot authored Mar 26, 2024
2 parents 9159adc + 5cf795c commit c7626d6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dockerhub-latest-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@ jobs:
with:
go-version: 1.20.12
- name: Install Cosign
uses: sigstore/cosign-installer@v3.1.1
uses: sigstore/cosign-installer@v3.4.0
with:
cosign-release: 'v1.13.1'
cosign-release: 'v2.2.3'
- name: install QEMU
uses: docker/setup-qemu-action@v2
- name: install Buildx
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/dockerhub-released-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@ jobs:
with:
go-version: 1.20.12
- name: Install Cosign
uses: sigstore/cosign-installer@v3.1.1
uses: sigstore/cosign-installer@v3.4.0
with:
cosign-release: 'v1.13.1'
cosign-release: 'v2.2.3'
- name: install QEMU
uses: docker/setup-qemu-action@v2
- name: install Buildx
Expand Down

0 comments on commit c7626d6

Please sign in to comment.