Skip to content

Commit

Permalink
Merge pull request #4890 from karmada-io/dependabot/github_actions/si…
Browse files Browse the repository at this point in the history
…gstore/cosign-installer-3.5.0

Bump sigstore/cosign-installer from 3.4.0 to 3.5.0
  • Loading branch information
karmada-bot authored May 5, 2024
2 parents 8548985 + 55d447a commit 5e1191f
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-file: go.mod
- name: Install Cosign
uses: sigstore/cosign-installer@v3.4.0
uses: sigstore/cosign-installer@v3.5.0
with:
cosign-release: 'v2.2.3'
- 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-file: go.mod
- name: Install Cosign
uses: sigstore/cosign-installer@v3.4.0
uses: sigstore/cosign-installer@v3.5.0
with:
cosign-release: 'v2.2.3'
- name: install QEMU
Expand Down

0 comments on commit 5e1191f

Please sign in to comment.