File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -94,12 +94,15 @@ jobs:
9494 HASH_VAR="hashes-${{ matrix.package }}"
9595 echo "HASH_VAR=$HASH_VAR" >> $GITHUB_ENV
9696 echo "Using hash: ${{ env.HASH_VAR }}"
97- - uses : slsa-framework/slsa-github-generator/.github/workflows/generator_generic_slsa3.yml @v2.0.0
97+ -
uses :
slsa-framework/[email protected] 9898 with :
99+ repository : slsa-framework/slsa-github-generator
100+ path : /repos/slsa-framework/slsa-github-generator/actions/generator/generic/create-base64-subjects-from-file
101+ ref : v2.0.0
99102 base64-subjects : " ${{ env.HASH_VAR }}"
100103 upload-assets : true
101104 upload-tag-name : v.6.0.0 # Tag from the initiation of the workflow
102-
105+
103106 test-build :
104107 needs : ['path-filter']
105108 if : ${{ needs.path-filter.outputs.lbox == 'true' }}
You can’t perform that action at this time.
0 commit comments