Skip to content

Commit

Permalink
chore(deps): update sigstore/cosign-installer action to v3.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 5, 2025
1 parent 15cc738 commit 40743b6
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-blincusui-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ jobs:
--compression-format=zstd:chunked
# Sign container
- uses: sigstore/cosign-installer@v3.7.0
- uses: sigstore/cosign-installer@v3.8.0
if: github.event_name != 'pull_request'

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

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

- name: Sign container image
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-debian-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.7.0
- uses: sigstore/cosign-installer@v3.8.0
if: github.event_name != 'pull_request'

- name: Sign container image
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-docker-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
tags: ${{ steps.meta.outputs.tags }}

# Sign container
- uses: sigstore/cosign-installer@v3.7.0
- uses: sigstore/cosign-installer@v3.8.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 @@ -90,7 +90,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}

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

- name: Sign container image
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-incus-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ jobs:
--compression-format=zstd:chunked
# Sign container
- uses: sigstore/cosign-installer@v3.7.0
- uses: sigstore/cosign-installer@v3.8.0
if: github.event_name != 'pull_request'

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

# Sign container
- uses: sigstore/cosign-installer@v3.7.0
- uses: sigstore/cosign-installer@v3.8.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 @@ -91,7 +91,7 @@ jobs:
--compression-format=zstd:chunked
# Sign container
- uses: sigstore/cosign-installer@v3.7.0
- uses: sigstore/cosign-installer@v3.8.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 @@ -101,7 +101,7 @@ jobs:
--compression-format=zstd:chunked
# Sign container
- uses: sigstore/cosign-installer@v3.7.0
- uses: sigstore/cosign-installer@v3.8.0
if: github.event_name != 'pull_request'

- name: Sign container image
Expand Down

0 comments on commit 40743b6

Please sign in to comment.