File tree Expand file tree Collapse file tree 7 files changed +8
-8
lines changed
Expand file tree Collapse file tree 7 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 3333
3434 - if : failure()
3535 name : Create an issue if embedded root is not up-to-date
36- uses : actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8 .0.0
36+ uses : actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9 .0.0
3737 with :
3838 script : |
3939 const repo = context.repo.owner + "/" + context.repo.repo
Original file line number Diff line number Diff line change 4141 runs-on : ubuntu-latest
4242 steps :
4343 - name : File an issue for conformance test failure
44- uses : actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8 .0.0
44+ uses : actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9 .0.0
4545 with :
4646 github-token : ${{ secrets.GITHUB_TOKEN }}
4747 script : |
Original file line number Diff line number Diff line change 5050 - name : Sign
5151 run : python -m sigstore --staging sign --identity-token $(cat oidc-token.txt) test/assets/a.txt
5252 - name : upload signature bundle
53- uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
53+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
5454 with :
5555 name : ${{ matrix.os }}-bundle
5656 path : test/assets/a.txt.sigstore.json
Original file line number Diff line number Diff line change 4646 python -m sigstore --staging sign --bundle artifact-staging-rekor1.sigstore.json --identity-token $(cat oidc-token.txt) --rekor-version=1 artifact
4747 python -m sigstore sign --bundle artifact-prod-rekor1.sigstore.json --identity-token $(cat oidc-token.txt) --rekor-version=1 artifact
4848 - name : upload signature bundle
49- uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
49+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
5050 with :
5151 name : bundle
5252 path : artifact*.sigstore.json
Original file line number Diff line number Diff line change 3030 make doc
3131
3232 - name : upload docs artifact
33- uses : actions/upload-pages-artifact@7b1f4a764d45c48632c6b24a0339c27f5614fb0b # v4 .0.0
33+ uses : actions/upload-pages-artifact@fc324d3547104276b827a68afc52ff2a11cc49c9 # v5 .0.0
3434 with :
3535 path : ./html/
3636
Original file line number Diff line number Diff line change @@ -73,14 +73,14 @@ jobs:
7373 done
7474
7575 - name : Upload built packages
76- uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
76+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
7777 with :
7878 name : built-packages
7979 path : ./dist/
8080 if-no-files-found : warn
8181
8282 - name : Upload smoketest-artifacts
83- uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
83+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
8484 with :
8585 name : smoketest-artifacts
8686 path : smoketest-artifacts/
Original file line number Diff line number Diff line change 4444
4545 # Upload the results as artifacts (optional).
4646 - name : " Upload artifact"
47- uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
47+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
4848 with :
4949 name : SARIF file
5050 path : results.sarif
You can’t perform that action at this time.
0 commit comments