File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 5454 runs-on : ubuntu-latest
5555 steps :
5656 - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
57- - uses : sigstore/cosign-installer@d7543c93d881b35a8faa02e8e3605f69b7a1ce62 # v3.10 .0
57+ - uses : sigstore/cosign-installer@faadad0cce49287aee09b3a48701e75088a2c6ad # v4.0 .0
5858 - run : scripts/get
5959
6060 release-static :
8585 mkdir ${{ github.sha }}
8686 mv target/x86_64-unknown-linux-gnu/release/conmonrs ${{ github.sha }}
8787 - run : ./${{ github.sha }}/conmonrs -v
88- - uses : sigstore/cosign-installer@d7543c93d881b35a8faa02e8e3605f69b7a1ce62 # v3.10 .0
88+ - uses : sigstore/cosign-installer@faadad0cce49287aee09b3a48701e75088a2c6ad # v4.0 .0
8989 if : github.ref == 'refs/heads/main' || contains(github.ref, 'refs/tags')
9090 - name : Sign binary
9191 if : github.ref == 'refs/heads/main' || contains(github.ref, 'refs/tags')
@@ -158,7 +158,7 @@ jobs:
158158 - run : |
159159 mkdir ${{ github.sha }}
160160 cp result/bin/conmonrs ${{ github.sha }}/conmonrs.${{ matrix.arch }}
161- - uses : sigstore/cosign-installer@d7543c93d881b35a8faa02e8e3605f69b7a1ce62 # v3.10 .0
161+ - uses : sigstore/cosign-installer@faadad0cce49287aee09b3a48701e75088a2c6ad # v4.0 .0
162162 if : github.ref == 'refs/heads/main' || contains(github.ref, 'refs/tags')
163163 - name : Sign binary
164164 if : github.ref == 'refs/heads/main' || contains(github.ref, 'refs/tags')
You can’t perform that action at this time.
0 commit comments