mirror of
https://github.com/github/codeql.git
synced 2026-05-02 20:25:13 +02:00
C#: Rename CaptureSummaryModelsQuery to CaptureSummaryModels.
This commit is contained in:
@@ -1 +1 @@
|
||||
utils/model-generator/CaptureSummaryModelsQuery.ql
|
||||
utils/model-generator/CaptureSummaryModels.ql
|
||||
@@ -132,7 +132,7 @@ private class {0}{1}Csv extends {2} {{
|
||||
|
||||
|
||||
if generateSummaries:
|
||||
summaryRows = runQuery("summary models", "CaptureSummaryModelsQuery.ql")
|
||||
summaryRows = runQuery("summary models", "CaptureSummaryModels.ql")
|
||||
summaryCsv = asCsvModel("SummaryModelCsv", "summary", summaryRows)
|
||||
else:
|
||||
summaryCsv = ""
|
||||
|
||||
@@ -1 +1 @@
|
||||
utils/model-generator/CaptureSummaryModelsQuery.ql
|
||||
utils/model-generator/CaptureSummaryModels.ql
|
||||
Reference in New Issue
Block a user