File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -17,11 +17,11 @@ inputs:
1717 # BYOB-provided inputs
1818 slsa-workflow-inputs :
1919 # Inputs in JSON format.
20- description : ' All the onputs'
20+ description : " All the onputs"
2121 type : string
2222 required : true
2323 slsa-layout-file :
24- description : ' Location to store the layout content'
24+ description : " Location to store the layout content"
2525 type : string
2626 required : true
2727 slsa-workflow-secret1 : {}
@@ -43,11 +43,11 @@ inputs:
4343on :
4444 workflow_call :
4545runs :
46- using : ' composite'
46+ using : " composite"
4747 steps :
48- - uses : actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v 3 .5.2
48+ - uses : actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3 .5.2
4949 - name : Set up JDK
50- uses : actions/setup-java@5ffc13f4174014e2d4d4572b3d74c3fa61aeb2c2 # v 3 .11.0
50+ uses : actions/setup-java@5ffc13f4174014e2d4d4572b3d74c3fa61aeb2c2 # v3 .11.0
5151 with :
5252 distribution : temurin
5353 java-version : ${{ fromJson(inputs.slsa-workflow-inputs).jdk-version }}
You can’t perform that action at this time.
0 commit comments