mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +01:00
Rust: use common config for analysis
Now that the nightly bundle has the default query set, we don't need a special inline config.
This commit is contained in:
2
.github/codeql/codeql-config.yml
vendored
2
.github/codeql/codeql-config.yml
vendored
@@ -9,3 +9,5 @@ paths-ignore:
|
|||||||
- '/python/'
|
- '/python/'
|
||||||
- '/javascript/ql/test'
|
- '/javascript/ql/test'
|
||||||
- '/javascript/extractor/tests'
|
- '/javascript/extractor/tests'
|
||||||
|
- '/rust/ql/test'
|
||||||
|
- '/rust/ql/integration-tests'
|
||||||
|
|||||||
7
.github/workflows/rust-analysis.yml
vendored
7
.github/workflows/rust-analysis.yml
vendored
@@ -55,12 +55,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
tools: ${{ steps.codeql.outputs.nightly_bundle }}
|
tools: ${{ steps.codeql.outputs.nightly_bundle }}
|
||||||
languages: ${{ matrix.language }}
|
languages: ${{ matrix.language }}
|
||||||
config: |
|
config-file: ./.github/codeql/codeql-config.yml
|
||||||
disable-default-queries: true
|
|
||||||
queries:
|
|
||||||
- uses: security-and-quality
|
|
||||||
paths-ignore:
|
|
||||||
- '/rust/ql/tests'
|
|
||||||
|
|
||||||
- name: Autobuild
|
- name: Autobuild
|
||||||
uses: github/codeql-action/autobuild@main
|
uses: github/codeql-action/autobuild@main
|
||||||
|
|||||||
Reference in New Issue
Block a user