Skip to content

Commit

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

Bump sigstore/cosign-installer from 3.6.0 to 3.7.0
  • Loading branch information
step-ci authored Oct 7, 2024
2 parents 5c85ad9 + 25368d8 commit f6a1d10
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-buildx-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
- name: Install cosign
uses: sigstore/cosign-installer@4959ce089c160fddf62f7b42464195ba1a56d382 # v3.6.0
uses: sigstore/cosign-installer@dc72c7d5c4d10cd6bcb8cf6e3fd625a9e5e537da # v3.7.0
with:
cosign-release: 'v2.2.4'
- name: Build and push
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ jobs:
git config --global url.https://${{ secrets.PAT }}@github.com/.insteadOf git+ssh://[email protected]
git config --global [email protected]:.insteadOf https://github.com/
- name: Install cosign
uses: sigstore/cosign-installer@4959ce089c160fddf62f7b42464195ba1a56d382 # v3.6.0
uses: sigstore/cosign-installer@dc72c7d5c4d10cd6bcb8cf6e3fd625a9e5e537da # v3.7.0
with:
cosign-release: '${{ inputs.cosign-version }}'
- name: Get Release Date
Expand Down

0 comments on commit f6a1d10

Please sign in to comment.