Ignore conftest.c under the ext directories for CodeQL analysis
This commit is contained in:
parent
1e039474a2
commit
01776ca1c0
Notes:
git
2020-07-03 15:17:21 +09:00
4
.github/codeql/codeql-config.yml
vendored
Normal file
4
.github/codeql/codeql-config.yml
vendored
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
name: "CodeQL config for the Ruby language"
|
||||||
|
|
||||||
|
paths-ignore:
|
||||||
|
- '/ext/**/*/conftest.c'
|
1
.github/workflows/codeql-analysis.yml
vendored
1
.github/workflows/codeql-analysis.yml
vendored
@ -31,6 +31,7 @@ jobs:
|
|||||||
uses: github/codeql-action/init@v1
|
uses: github/codeql-action/init@v1
|
||||||
with:
|
with:
|
||||||
languages: cpp
|
languages: cpp
|
||||||
|
config-file: ./.github/codeql/codeql-config.yml
|
||||||
|
|
||||||
- name: Autobuild
|
- name: Autobuild
|
||||||
uses: github/codeql-action/autobuild@v1
|
uses: github/codeql-action/autobuild@v1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user