File tree Expand file tree Collapse file tree 1 file changed +2
-13
lines changed
Expand file tree Collapse file tree 1 file changed +2
-13
lines changed Original file line number Diff line number Diff line change 66 description :
77 description : A description of the purpose of this job. For human consumption.
88 required : false
9- ref :
10- description : The branch in github/codeql to checkout when generating query help.
11- required : false
12- default : ' lgtm.com'
139 push :
1410 branches :
1511 - ' lgtm.com'
1612 pull_request :
1713 paths :
1814 - ' .github/workflows/generate-query-help-docs.yml'
1915 - ' docs/codeql/query-help/**'
20-
16+
2117jobs :
2218 build :
2319 runs-on : ubuntu-latest
2420 steps :
25- - if : github.event.inputs.ref
26- name : Clone github/codeql (user defined ref)
27- uses : actions/checkout@v2
28- with :
29- path : codeql
30- ref : ${{ github.event.inputs.ref }}
31- - if : github.event.inputs.ref == ''
32- name : Clone github/codeql (default ref)
21+ - name : Clone github/codeql
3322 uses : actions/checkout@v2
3423 with :
3524 path : codeql
You can’t perform that action at this time.
0 commit comments