Skip to content

Commit 47e53cc

Browse files
authored
Merge pull request #5351 from karmada-io/dependabot/github_actions/sigstore/cosign-installer-3.6.0
build(deps): bump sigstore/cosign-installer from 3.5.0 to 3.6.0
2 parents 034b5d4 + af33b2b commit 47e53cc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/dockerhub-latest-image.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
with:
4343
go-version-file: go.mod
4444
- name: Install Cosign
45-
uses: sigstore/cosign-installer@v3.5.0
45+
uses: sigstore/cosign-installer@v3.6.0
4646
with:
4747
cosign-release: 'v2.2.3'
4848
- name: install QEMU

.github/workflows/dockerhub-released-image.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
with:
3939
go-version-file: go.mod
4040
- name: Install Cosign
41-
uses: sigstore/cosign-installer@v3.5.0
41+
uses: sigstore/cosign-installer@v3.6.0
4242
with:
4343
cosign-release: 'v2.2.3'
4444
- name: install QEMU

0 commit comments

Comments
 (0)