Skip to content

Commit

Permalink
Merge pull request #17883 from github/redsun82/rust-analysis
Browse files Browse the repository at this point in the history
Rust: use common config for analysis
  • Loading branch information
redsun82 authored Oct 31, 2024
2 parents 03ced17 + c6585b7 commit 03aef50
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
2 changes: 2 additions & 0 deletions .github/codeql/codeql-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,5 @@ paths-ignore:
- '/python/'
- '/javascript/ql/test'
- '/javascript/extractor/tests'
- '/rust/ql/test'
- '/rust/ql/integration-tests'
7 changes: 1 addition & 6 deletions .github/workflows/rust-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,12 +55,7 @@ jobs:
with:
tools: ${{ steps.codeql.outputs.nightly_bundle }}
languages: ${{ matrix.language }}
config: |
disable-default-queries: true
queries:
- uses: security-and-quality
paths-ignore:
- '/rust/ql/tests'
config-file: ./.github/codeql/codeql-config.yml

- name: Autobuild
uses: github/codeql-action/autobuild@main
Expand Down

0 comments on commit 03aef50

Please sign in to comment.