Skip to content

Commit

Permalink
workflows: add cosign-installer again
Browse files Browse the repository at this point in the history
  • Loading branch information
kaniini committed Jun 21, 2024
1 parent 8956a37 commit 6592820
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/autobuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,8 @@ jobs:
uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4
with:
submodules: recursive
- name: install cosign
uses: sigstore/cosign-installer@b6fc91790eda82dbba10c76a63507d45b818c83d # 3.0.4
- name: download artifacts
uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4
with:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/backbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,8 @@ jobs:
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
with:
submodules: recursive
- name: install cosign
uses: sigstore/cosign-installer@b6fc91790eda82dbba10c76a63507d45b818c83d # 3.0.4
- name: download artifacts
uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4
with:
Expand Down

0 comments on commit 6592820

Please sign in to comment.