File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4747 cd dist && echo "::set-output name=hashes::$(sha256sum * | base64 -w0)"
4848
4949 - name : " Upload dists"
50- uses : " actions/upload-artifact@3cea5372237819ed00197afe530f5a7ea3e805c8 "
50+ uses : " actions/upload-artifact@83fd05a356d7e2593de66fc9913b3002723633cb "
5151 with :
5252 name : " dist"
5353 path : " dist/"
5656
5757 provenance :
5858 needs : ["build"]
59- uses : " slsa-framework/slsa-github-generator/.github/workflows/generator_generic_slsa3.yml@v1.2.0 "
59+ uses : " slsa-framework/slsa-github-generator/.github/workflows/generator_generic_slsa3.yml@v1.2.1 "
6060 permissions :
6161 actions : read
6262 id-token : write
6666 with :
6767 base64-subjects : " ${{ needs.build.outputs.hashes }}"
6868 upload-assets : true
69+ # Workaround for slsa-framework/slsa-github-generator#1163
70+ compile-generator : true
6971
7072 publish :
7173 name : " Publish"
You can’t perform that action at this time.
0 commit comments