Skip to content

Commit dd4fe2a

Browse files
author
Paolo Tranquilli
committed
Rust: change analysis config
1 parent 2fa1c5e commit dd4fe2a

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/rust-analysis.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,10 @@ jobs:
5555
with:
5656
tools: ${{ steps.codeql.outputs.nightly_bundle }}
5757
languages: ${{ matrix.language }}
58-
config-file: ./.github/codeql/codeql-config.yml
58+
config: |
59+
disable-default-queries: true
60+
queries:
61+
- uses: security-and-quality
5962
6063
- name: Autobuild
6164
uses: github/codeql-action/autobuild@main

0 commit comments

Comments
 (0)