Skip to content

Commit

Permalink
Merge pull request #1141 from sigstore/dependabot/github_actions/sigs…
Browse files Browse the repository at this point in the history
…tore/cosign-installer-3.3.0

chore(deps): Bump sigstore/cosign-installer from 3.2.0 to 3.3.0
  • Loading branch information
hectorj2f authored Dec 11, 2023
2 parents 102156b + 8521735 commit e980f1d
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1

- uses: sigstore/cosign-installer@1fc5bd396d372bee37d608f955b336615edf79c8
- uses: sigstore/cosign-installer@9614fae9e5c5eddabb09f90a270fcb487c9f7149

- uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/kind-cluster-image-policy-no-tuf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ jobs:
with:
mirror: mirror.gcr.io

- uses: sigstore/cosign-installer@1fc5bd396d372bee37d608f955b336615edf79c8
- uses: sigstore/cosign-installer@9614fae9e5c5eddabb09f90a270fcb487c9f7149

- name: Install cluster + sigstore
uses: sigstore/scaffolding/actions/setup@main
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ jobs:
with:
mirror: mirror.gcr.io

- uses: sigstore/cosign-installer@1fc5bd396d372bee37d608f955b336615edf79c8
- uses: sigstore/cosign-installer@9614fae9e5c5eddabb09f90a270fcb487c9f7149

- name: Install cluster + sigstore
uses: sigstore/scaffolding/actions/setup@main
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/kind-cluster-image-policy-trustroot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ jobs:
with:
mirror: mirror.gcr.io

- uses: sigstore/cosign-installer@1fc5bd396d372bee37d608f955b336615edf79c8
- uses: sigstore/cosign-installer@9614fae9e5c5eddabb09f90a270fcb487c9f7149

- name: Install cluster + sigstore
uses: sigstore/scaffolding/actions/setup@main
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/kind-cluster-image-policy-tsa.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ jobs:
with:
mirror: mirror.gcr.io

- uses: sigstore/cosign-installer@1fc5bd396d372bee37d608f955b336615edf79c8 # v2
- uses: sigstore/cosign-installer@9614fae9e5c5eddabb09f90a270fcb487c9f7149 # v2

- name: Install cluster + sigstore
uses: sigstore/scaffolding/actions/setup@main
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/kind-cluster-image-policy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ jobs:
with:
mirror: mirror.gcr.io

- uses: sigstore/cosign-installer@1fc5bd396d372bee37d608f955b336615edf79c8
- uses: sigstore/cosign-installer@9614fae9e5c5eddabb09f90a270fcb487c9f7149

- name: Install cluster + sigstore
uses: sigstore/scaffolding/actions/setup@main
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/kind-e2e-cosigned.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ jobs:
- name: Install yq
uses: mikefarah/yq@1c3d55106075bd37df197b4bc03cb4a413fdb903 # v4.40.4

- uses: sigstore/cosign-installer@1fc5bd396d372bee37d608f955b336615edf79c8
- uses: sigstore/cosign-installer@9614fae9e5c5eddabb09f90a270fcb487c9f7149

- name: Setup mirror
uses: chainguard-dev/actions/setup-mirror@main
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/kind-e2e-trustroot-crd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ jobs:
- name: Install yq
uses: mikefarah/yq@1c3d55106075bd37df197b4bc03cb4a413fdb903 # v4.40.4

- uses: sigstore/cosign-installer@1fc5bd396d372bee37d608f955b336615edf79c8
- uses: sigstore/cosign-installer@9614fae9e5c5eddabb09f90a270fcb487c9f7149

- name: Setup mirror
uses: chainguard-dev/actions/setup-mirror@main
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/policy-tester-examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
run: |
make policy-tester
- uses: sigstore/cosign-installer@1fc5bd396d372bee37d608f955b336615edf79c8
- uses: sigstore/cosign-installer@9614fae9e5c5eddabb09f90a270fcb487c9f7149

- name: Setup local registry
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
go-version-file: './go.mod'
check-latest: true

- uses: sigstore/cosign-installer@1fc5bd396d372bee37d608f955b336615edf79c8
- uses: sigstore/cosign-installer@9614fae9e5c5eddabb09f90a270fcb487c9f7149

- uses: anchore/sbom-action/download-syft@5ecf649a417b8ae17dc8383dc32d46c03f2312df # v0.15.1

Expand Down

0 comments on commit e980f1d

Please sign in to comment.