Skip to content

Commit 1bf4542

Browse files
committed
Remove github/codeql submodule
1 parent ddbba40 commit 1bf4542

File tree

4 files changed

+2
-10
lines changed

4 files changed

+2
-10
lines changed

.github/workflows/ruby-qltest.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,20 +26,18 @@ jobs:
2626
runs-on: ubuntu-latest
2727
steps:
2828
- uses: actions/checkout@v2
29-
with:
30-
submodules: true
3129
- uses: ./.github/actions/fetch-codeql
3230
- uses: ./ruby/actions/create-extractor-pack
3331
- name: Run QL tests
3432
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
3634
env:
3735
GITHUB_TOKEN: ${{ github.token }}
3836
- name: Check QL formatting
3937
run: find ql "(" -name "*.ql" -or -name "*.qll" ")" -print0 | xargs -0 codeql query format --check-only
4038
- name: Check QL compilation
4139
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"
4341
env:
4442
GITHUB_TOKEN: ${{ github.token }}
4543
- name: Check DB upgrade scripts

.github/workflows/sync-files.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,5 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- uses: actions/checkout@v2
14-
with:
15-
submodules: true
1614
- name: Check synchronized files
1715
run: ruby/scripts/sync-identical-files.py

.gitmodules

Lines changed: 0 additions & 3 deletions
This file was deleted.

ruby/codeql

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)