File tree Expand file tree Collapse file tree 4 files changed +2
-10
lines changed Expand file tree Collapse file tree 4 files changed +2
-10
lines changed Original file line number Diff line number Diff line change @@ -26,20 +26,18 @@ jobs:
26
26
runs-on : ubuntu-latest
27
27
steps :
28
28
- uses : actions/checkout@v2
29
- with :
30
- submodules : true
31
29
- uses : ./.github/actions/fetch-codeql
32
30
- uses : ./ruby/actions/create-extractor-pack
33
31
- name : Run QL tests
34
32
run : |
35
- codeql test run --check-databases --check-unused-labels --check-repeated-labels --check-redefined-labels --check-use-before-definition --search-path "${{ github.workspace }}/ruby" --additional-packs "${{ github.workspace }}/ruby/codeql " --consistency-queries ql/consistency-queries ql/test
33
+ codeql test run --check-databases --check-unused-labels --check-repeated-labels --check-redefined-labels --check-use-before-definition --search-path "${{ github.workspace }}/ruby" --additional-packs "${{ github.workspace }}" --consistency-queries ql/consistency-queries ql/test
36
34
env :
37
35
GITHUB_TOKEN : ${{ github.token }}
38
36
- name : Check QL formatting
39
37
run : find ql "(" -name "*.ql" -or -name "*.qll" ")" -print0 | xargs -0 codeql query format --check-only
40
38
- name : Check QL compilation
41
39
run : |
42
- codeql query compile --check-only --threads=4 --warnings=error --search-path "${{ github.workspace }}/ruby" --additional-packs "${{ github.workspace }}/ruby/codeql " "ql/src" "ql/examples"
40
+ codeql query compile --check-only --threads=4 --warnings=error --search-path "${{ github.workspace }}/ruby" --additional-packs "${{ github.workspace }}" "ql/src" "ql/examples"
43
41
env :
44
42
GITHUB_TOKEN : ${{ github.token }}
45
43
- name : Check DB upgrade scripts
Original file line number Diff line number Diff line change 11
11
runs-on : ubuntu-latest
12
12
steps :
13
13
- uses : actions/checkout@v2
14
- with :
15
- submodules : true
16
14
- name : Check synchronized files
17
15
run : ruby/scripts/sync-identical-files.py
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments