File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1414 id-token : write
1515 steps :
1616 - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
17- - uses : sigstore/gh-action-sigstore-python@v3
17+ - uses : sigstore/gh-action-sigstore-python@a5caf349bc536fbef3668a10ed7f5cd309a4b53d
1818 with :
1919 inputs : dist/purify.min.js dist/purify.js
2020 # uploads .sigstore.json bundles as release assets
Original file line number Diff line number Diff line change @@ -9,8 +9,11 @@ permissions:
99jobs :
1010 provenance :
1111 runs-on : ubuntu-latest
12+ permissions :
13+ contents : write
14+ id-token : write
1215 steps :
1316 - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
14- - uses : actions/attest-build-provenance@v2
17+ - uses : actions/attest-build-provenance@c074443f1aee8d4aeeae555aebba3282517141b2
1518 with :
1619 subject-path : ' dist/*'
You can’t perform that action at this time.
0 commit comments