File tree Expand file tree Collapse file tree 6 files changed +1234
-1835
lines changed Expand file tree Collapse file tree 6 files changed +1234
-1835
lines changed Original file line number Diff line number Diff line change 66
66
- if : ${{ inputs.pre-command != '' && inputs.pull_request == false }}
67
67
uses : testifysec/witness-run-action@f77c0a5b024ed206a6d2e7426611e4306af4dd66 # v0.2.1
68
68
with :
69
- version : 0.6 .0
69
+ version : 0.8 .0
70
70
archivista-server : ${{ inputs.archivista-server }}
71
71
step : pre-${{ inputs.step }}
72
72
attestations : ${{ inputs.pre-command-attestations }}
77
77
- if : ${{ inputs.pull_request == false }}
78
78
uses : testifysec/witness-run-action@f77c0a5b024ed206a6d2e7426611e4306af4dd66 # v0.2.1
79
79
with :
80
- version : 0.6 .0
80
+ version : 0.8 .0
81
81
archivista-server : ${{ inputs.archivista-server }}
82
82
step : ${{ inputs.step }}
83
83
attestations : ${{ inputs.attestations }}
Original file line number Diff line number Diff line change @@ -85,7 +85,7 @@ inputs:
85
85
version :
86
86
description : " Version of Witness CLI"
87
87
required : false
88
- default : " 0.6 .0"
88
+ default : " 0.8 .0"
89
89
workingdir :
90
90
description : " Directory from which commands will run"
91
91
required : false
You can’t perform that action at this time.
0 commit comments