File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -31,6 +31,7 @@ inputs:
31
31
The GitHub token used to make authenticated API requests.
32
32
default : ${{ github.token }}
33
33
required : false
34
+
34
35
outputs :
35
36
bundle-path :
36
37
description : ' The path to the file containing the attestation bundle(s).'
@@ -39,15 +40,15 @@ outputs:
39
40
runs :
40
41
using : ' composite'
41
42
steps :
42
- - uses : actions/attest-build-provenance/predicate@main
43
+ - uses : actions/attest-build-provenance/predicate@56a361a16034268025aa760d300531128e298f1c # predicate@0.1.0
43
44
id : generate-build-provenance-predicate
44
45
- uses : actions/attest@main
45
46
id : attest
46
47
with :
47
- github-token : ${{ inputs.github-token }}
48
48
subject-path : ${{ inputs.subject-path }}
49
49
subject-digest : ${{ inputs.subject-digest }}
50
50
subject-name : ${{ inputs.subject-name }}
51
- push-to-registry : ${{ inputs.push-to-registry }}
52
51
predicate-type : ${{ steps.generate-build-provenance-predicate.outputs.predicate-type }}
53
52
predicate : ${{ steps.generate-build-provenance-predicate.outputs.predicate }}
53
+ push-to-registry : ${{ inputs.push-to-registry }}
54
+ github-token : ${{ inputs.github-token }}
You can’t perform that action at this time.
0 commit comments