Skip to content

Commit 96f4744

Browse files
Bump sigstore/cosign-installer from 3.9.1 to 3.9.2
Bumps [sigstore/cosign-installer](https://github.com/sigstore/cosign-installer) from 3.9.1 to 3.9.2. - [Release notes](https://github.com/sigstore/cosign-installer/releases) - [Commits](sigstore/cosign-installer@v3.9.1...v3.9.2) --- updated-dependencies: - dependency-name: sigstore/cosign-installer dependency-version: 3.9.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 592fa32 commit 96f4744

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)