Skip to content

Commit 1586ee4

Browse files
authored
Merge pull request #1084 from ko-build/dependabot/github_actions/sigstore/cosign-installer-3.1.0
Bump sigstore/cosign-installer from 3.0.5 to 3.1.0
2 parents 8d6741b + a2179e3 commit 1586ee4

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.github/workflows/image.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
with:
2020
go-version: '1.20'
2121
check-latest: true
22-
- uses: sigstore/cosign-installer@dd6b2e2b610a11fd73dd187a43d57cc1394e35f9 # v3.0.5
22+
- uses: sigstore/cosign-installer@d13028333d784fcc802b67ec924bcebe75aa0a5f # v3.1.0
2323

2424
# Build ko from HEAD, build and push an image tagged with the commit SHA,
2525
# then keylessly sign it with cosign.

.github/workflows/kind-e2e.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
registry-authority: ${{ env.REGISTRY_NAME }}:${{ env.REGISTRY_PORT }}
3636

3737
- name: Install Cosign
38-
uses: sigstore/cosign-installer@dd6b2e2b610a11fd73dd187a43d57cc1394e35f9 # v3.0.5
38+
uses: sigstore/cosign-installer@d13028333d784fcc802b67ec924bcebe75aa0a5f # v3.1.0
3939

4040
- name: Run Smoke Test
4141
run: |

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434

3535
- uses: imjasonh/setup-crane@00c9e93efa4e1138c9a7a5c594acd6c75a2fbf0c # v0.3
3636

37-
- uses: sigstore/cosign-installer@dd6b2e2b610a11fd73dd187a43d57cc1394e35f9 # v3.0.5
37+
- uses: sigstore/cosign-installer@d13028333d784fcc802b67ec924bcebe75aa0a5f # v3.1.0
3838

3939
- name: Set tag output
4040
id: tag

.github/workflows/sbom.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
go-version: '1.20'
2222
check-latest: true
2323
- uses: chainguard-dev/actions/setup-registry@main
24-
- uses: sigstore/cosign-installer@dd6b2e2b610a11fd73dd187a43d57cc1394e35f9 # v3.0.5
24+
- uses: sigstore/cosign-installer@d13028333d784fcc802b67ec924bcebe75aa0a5f # v3.1.0
2525
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
2626

2727
- name: Install CycloneDX
@@ -53,7 +53,7 @@ jobs:
5353
go-version: '1.20'
5454
check-latest: true
5555
- uses: chainguard-dev/actions/setup-registry@main
56-
- uses: sigstore/cosign-installer@dd6b2e2b610a11fd73dd187a43d57cc1394e35f9 # v3.0.5
56+
- uses: sigstore/cosign-installer@d13028333d784fcc802b67ec924bcebe75aa0a5f # v3.1.0
5757
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
5858

5959
- name: Install SPDX Tools
@@ -85,7 +85,7 @@ jobs:
8585
go-version: '1.20'
8686
check-latest: true
8787
- uses: chainguard-dev/actions/setup-registry@main
88-
- uses: sigstore/cosign-installer@dd6b2e2b610a11fd73dd187a43d57cc1394e35f9 # v3.0.5
88+
- uses: sigstore/cosign-installer@d13028333d784fcc802b67ec924bcebe75aa0a5f # v3.1.0
8989
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
9090

9191
- name: Install SPDX Tools

0 commit comments

Comments
 (0)