Skip to content

Commit be98c62

Browse files
authored
Merge pull request #6563 from karmada-io/dependabot/github_actions/sigstore/cosign-installer-3.9.2
Bump sigstore/cosign-installer from 3.9.1 to 3.9.2
2 parents 84359ef + 96f4744 commit be98c62

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
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/[email protected].1
45+
uses: sigstore/[email protected].2
4646
with:
4747
cosign-release: 'v2.2.3'
4848
- name: install QEMU

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

Lines changed: 1 addition & 1 deletion
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/[email protected].1
45+
uses: sigstore/[email protected].2
4646
with:
4747
cosign-release: 'v2.2.3'
4848
- name: install QEMU

0 commit comments

Comments
 (0)