Skip to content

Commit b6dd388

Browse files
authored
Merge pull request github#11328 from erik-krogh/removeQlCompCheck
QL/RB: delete language specific codeql query compile checks
2 parents a69524f + 41e8170 commit b6dd388

File tree

2 files changed

+0
-15
lines changed

2 files changed

+0
-15
lines changed

.github/workflows/ql-for-ql-tests.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,3 @@ jobs:
4747
find ql/ql/src "(" -name "*.ql" -or -name "*.qll" ")" -print0 | xargs -0 "${CODEQL}" query format --check-only
4848
env:
4949
CODEQL: ${{ steps.find-codeql.outputs.codeql-path }}
50-
- name: Check QL compilation
51-
run: |
52-
"${CODEQL}" query compile --check-only --threads=4 --warnings=error --search-path "${{ github.workspace }}/ql/extractor-pack" "ql/ql/src" "ql/ql/examples"
53-
env:
54-
CODEQL: ${{ steps.find-codeql.outputs.codeql-path }}

.github/workflows/ruby-qltest.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -28,16 +28,6 @@ defaults:
2828
working-directory: ruby
2929

3030
jobs:
31-
qlcompile:
32-
runs-on: ubuntu-latest
33-
steps:
34-
- uses: actions/checkout@v3
35-
- uses: ./.github/actions/fetch-codeql
36-
- name: Check QL compilation
37-
run: |
38-
codeql query compile --check-only --threads=0 --ram 5000 --warnings=error "ql/src" "ql/examples"
39-
env:
40-
GITHUB_TOKEN: ${{ github.token }}
4131
qlupgrade:
4232
runs-on: ubuntu-latest
4333
steps:

0 commit comments

Comments
 (0)