diff options
author | Hiroshi SHIBATA <[email protected]> | 2020-07-03 12:50:37 +0900 |
---|---|---|
committer | Hiroshi SHIBATA <[email protected]> | 2020-07-03 15:16:55 +0900 |
commit | 01776ca1c0eb368dd820a3259288466076d9cd46 () | |
tree | 39812d642ef513da41e8b00c53ca39ecbe989e79 | |
parent | 1e039474a2d55bdc7cfc5a01b4d8cf00ae446a76 (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.yml | 4 | ||||
-rw-r--r-- | ./workflows/codeql-analysis.yml | 1 |
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 |