Ignore conftest.c under the ext directories for CodeQL analysis

This commit is contained in:
Hiroshi SHIBATA 2020-07-03 12:50:37 +09:00
parent 1e039474a2
commit 01776ca1c0
Notes: git 2020-07-03 15:17:21 +09:00
2 changed files with 5 additions and 0 deletions

4
.github/codeql/codeql-config.yml vendored Normal file
View File

@ -0,0 +1,4 @@
name: "CodeQL config for the Ruby language"
paths-ignore:
- '/ext/**/*/conftest.c'

View File

@ -31,6 +31,7 @@ jobs:
uses: github/codeql-action/init@v1
with:
languages: cpp
config-file: ./.github/codeql/codeql-config.yml
- name: Autobuild
uses: github/codeql-action/autobuild@v1