Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit e2ed738

Browse files
authoredFeb 5, 2025··
chore(deps): update sigstore/cosign-installer action to v3.8.0
1 parent f7de750 commit e2ed738

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎.github/workflows/reusable-build.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,7 @@ jobs:
311311
password: ${{ secrets.GITHUB_TOKEN }}
312312

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

317317
- name: Sign container image
@@ -581,7 +581,7 @@ jobs:
581581
password: ${{ secrets.GITHUB_TOKEN }}
582582

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

587587
- name: Sign container image

0 commit comments

Comments
 (0)
Please sign in to comment.