Skip to content

Commit

Permalink
Bump sigstore/cosign-installer from 3.2.0 to 3.3.0 (#91)
Browse files Browse the repository at this point in the history
Bumps [sigstore/cosign-installer](https://github.com/sigstore/cosign-installer) from 3.2.0 to 3.3.0.
- [Release notes](https://github.com/sigstore/cosign-installer/releases)
- [Commits](sigstore/cosign-installer@1fc5bd3...9614fae)

---
updated-dependencies:
- dependency-name: sigstore/cosign-installer
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Mark Chmarny <[email protected]>
  • Loading branch information
dependabot[bot] and mchmarny authored Jan 17, 2024
1 parent fb9ab04 commit a7d72ac
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/sign-keyless.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
id-token: write # Needed for OIDC and keyless signing

Check warning on line 20 in .github/workflows/sign-keyless.yaml

View workflow job for this annotation

GitHub Actions / test / lint

20:23 [comments] too few spaces before comment
steps:
- name: Install Cosign
uses: sigstore/cosign-installer@1fc5bd396d372bee37d608f955b336615edf79c8 # v3.2.0
uses: sigstore/cosign-installer@9614fae9e5c5eddabb09f90a270fcb487c9f7149 # v3.3.0

Check warning on line 23 in .github/workflows/sign-keyless.yaml

View workflow job for this annotation

GitHub Actions / test / lint

23:82 [comments] too few spaces before comment
with:
cosign-release: ${{ inputs.cosign_version }}
- name: Check Cosign
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sign.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
steps:

- name: Install Cosign
uses: sigstore/cosign-installer@1fc5bd396d372bee37d608f955b336615edf79c8 # v3.2.0
uses: sigstore/cosign-installer@9614fae9e5c5eddabb09f90a270fcb487c9f7149 # v3.3.0
with:
cosign-release: ${{ inputs.cosign_version }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/slsa.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1

- name: Install Cosign
uses: sigstore/cosign-installer@1fc5bd396d372bee37d608f955b336615edf79c8 # v3.2.0
uses: sigstore/cosign-installer@9614fae9e5c5eddabb09f90a270fcb487c9f7149 # v3.3.0
with:
cosign-release: ${{ inputs.cosign_version }}

Expand Down

0 comments on commit a7d72ac

Please sign in to comment.