File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4848 - name : Checkout ci.common
4949 uses : actions/checkout@v3
5050 with :
51- repository : OpenLiberty/ci.common
51+ repository : cherylking/ci.common
52+ ref : updateBinaryScannerDep
5253 path : ci.common
5354 - name : Checkout ci.ant
5455 uses : actions/checkout@v3
@@ -102,7 +103,7 @@ jobs:
102103 - name : Clone ci.ant and ci.common repos to github.workspace
103104 run : |
104105 echo ${{github.workspace}}
105- git clone https://github.com/OpenLiberty /ci.common.git ${{github.workspace}}/ci.common
106+ git clone https://github.com/cherylking /ci.common.git --branch updateBinaryScannerDep --single-branch ${{github.workspace}}/ci.common
106107 git clone https://github.com/OpenLiberty/ci.ant.git ${{github.workspace}}/ci.ant
107108 - name : Set up Maven
108109 uses : stCarolas/setup-maven@v4.5
You can’t perform that action at this time.
0 commit comments