Skip to content

Commit

Permalink
Merge pull request #48 from ublue-os/dependabot/github_actions/sigsto…
Browse files Browse the repository at this point in the history
…re/cosign-installer-3.4.0

build(deps): Bump sigstore/cosign-installer from 3.3.0 to 3.4.0
  • Loading branch information
m2Giles authored Feb 6, 2024
2 parents 8856d02 + eca2d86 commit 41e94c9
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-bluefin-toolbox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}

# Sign container
- uses: sigstore/cosign-installer@v3.3.0
- uses: sigstore/cosign-installer@v3.4.0
if: github.event_name != 'pull_request'

- name: Sign container image
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-fedora-toolbox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}

# Sign container
- uses: sigstore/cosign-installer@v3.3.0
- uses: sigstore/cosign-installer@v3.4.0
if: github.event_name != 'pull_request'

- name: Sign container image
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-ubuntu-toolbox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}

# Sign container
- uses: sigstore/cosign-installer@v3.3.0
- uses: sigstore/cosign-installer@v3.4.0
if: github.event_name != 'pull_request'

- name: Sign container image
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-wolfi-toolbox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}

# Sign container
- uses: sigstore/cosign-installer@v3.3.0
- uses: sigstore/cosign-installer@v3.4.0
if: github.event_name != 'pull_request'

- name: Sign container image
Expand Down

0 comments on commit 41e94c9

Please sign in to comment.