summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHiroshi SHIBATA <[email protected]>2020-07-03 12:50:37 +0900
committerHiroshi SHIBATA <[email protected]>2020-07-03 15:16:55 +0900
commit01776ca1c0eb368dd820a3259288466076d9cd46 ()
tree39812d642ef513da41e8b00c53ca39ecbe989e79
parent1e039474a2d55bdc7cfc5a01b4d8cf00ae446a76 (diff)
Ignore conftest.c under the ext directories for CodeQL analysis
Notes: Merged: https://.com/ruby/ruby/pull/3280
-rw-r--r--./codeql/codeql-config.yml4
-rw-r--r--./workflows/codeql-analysis.yml1
2 files changed, 5 insertions, 0 deletions
@@ -0,0 +1,4 @@
@@ -31,6 +31,7 @@ jobs:
uses: /codeql-action/init@v1
with:
languages: cpp
- name: Autobuild
uses: /codeql-action/autobuild@v1