8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 03ced17 + c6585b7 commit 03aef50Copy full SHA for 03aef50
.github/codeql/codeql-config.yml
@@ -9,3 +9,5 @@ paths-ignore:
9
- '/python/'
10
- '/javascript/ql/test'
11
- '/javascript/extractor/tests'
12
+ - '/rust/ql/test'
13
+ - '/rust/ql/integration-tests'
.github/workflows/rust-analysis.yml
@@ -55,12 +55,7 @@ jobs:
55
with:
56
tools: ${{ steps.codeql.outputs.nightly_bundle }}
57
languages: ${{ matrix.language }}
58
- config: |
59
- disable-default-queries: true
60
- queries:
61
- - uses: security-and-quality
62
- paths-ignore:
63
- - '/rust/ql/tests'
+ config-file: ./.github/codeql/codeql-config.yml
64
65
- name: Autobuild
66
uses: github/codeql-action/autobuild@main
0 commit comments