Skip to content

Commit

Permalink
Merge pull request #5 from proJM-Dev-team/dependabot/github_actions/s…
Browse files Browse the repository at this point in the history
…igstore/cosign-installer-3.7.0

Bump sigstore/cosign-installer from 3.5.0 to 3.7.0
  • Loading branch information
proJM-Coding authored Oct 21, 2024
2 parents e45a0a6 + 7f104ae commit 56d8f32
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/image_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ jobs:
--disable-content-trust
# Sign container
- uses: sigstore/cosign-installer@v3.5.0
- uses: sigstore/cosign-installer@v3.7.0
if: github.event_name != 'pull_request'

- name: Sign container image
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/iso_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ jobs:
--disable-content-trust
# Sign container
- uses: sigstore/cosign-installer@v3.5.0
- uses: sigstore/cosign-installer@v3.7.0
if: github.event_name != 'pull_request'

- name: Sign container image
Expand Down

0 comments on commit 56d8f32

Please # to comment.