2019-12-12 18:29:04 +03:00
|
|
|
"C++":
|
2019-12-12 16:38:02 +03:00
|
|
|
- cpp/**/*
|
|
|
|
- change-notes/**/*cpp*
|
|
|
|
|
2019-12-12 18:29:04 +03:00
|
|
|
"C#":
|
2019-12-12 16:38:02 +03:00
|
|
|
- csharp/**/*
|
|
|
|
- change-notes/**/*csharp*
|
|
|
|
|
2022-06-01 13:58:43 +03:00
|
|
|
Go:
|
|
|
|
- go/**/*
|
|
|
|
- change-notes/**/*go.*
|
|
|
|
|
2019-12-12 16:38:02 +03:00
|
|
|
Java:
|
2022-06-01 13:58:43 +03:00
|
|
|
- any: [ 'java/**/*', '!java/kotlin-extractor/**/*', '!java/kotlin-explorer/**/*', '!java/ql/test/kotlin/**/*' ]
|
2019-12-12 16:38:02 +03:00
|
|
|
- change-notes/**/*java.*
|
|
|
|
|
|
|
|
JS:
|
2022-05-04 16:48:15 +03:00
|
|
|
- any: [ 'javascript/**/*', '!javascript/ql/experimental/adaptivethreatmodeling/**/*' ]
|
2019-12-12 16:38:02 +03:00
|
|
|
- change-notes/**/*javascript*
|
|
|
|
|
2022-06-01 13:58:43 +03:00
|
|
|
Kotlin:
|
|
|
|
- java/kotlin-extractor/**/*
|
|
|
|
- java/kotlin-explorer/**/*
|
|
|
|
- java/ql/test/kotlin/**/*
|
|
|
|
|
2019-12-12 16:38:02 +03:00
|
|
|
Python:
|
|
|
|
- python/**/*
|
|
|
|
- change-notes/**/*python*
|
|
|
|
|
2021-10-25 17:29:20 +03:00
|
|
|
Ruby:
|
|
|
|
- ruby/**/*
|
|
|
|
- change-notes/**/*ruby*
|
2022-06-01 13:58:43 +03:00
|
|
|
|
2022-04-25 18:57:47 +03:00
|
|
|
Swift:
|
|
|
|
- swift/**/*
|
|
|
|
- change-notes/**/*swift*
|
2021-10-25 17:29:20 +03:00
|
|
|
|
2019-12-12 16:38:02 +03:00
|
|
|
documentation:
|
2019-12-13 00:24:23 +03:00
|
|
|
- "**/*.qhelp"
|
|
|
|
- "**/*.md"
|
2019-12-12 17:10:21 +03:00
|
|
|
- docs/**/*
|
2021-12-17 18:15:17 +03:00
|
|
|
|
2022-06-01 13:58:43 +03:00
|
|
|
"QL-for-QL":
|
2022-04-25 18:57:47 +03:00
|
|
|
- ql/**/*
|
2022-08-22 23:33:36 +03:00
|
|
|
- .github/workflows/ql-for-ql*
|
2022-10-27 10:38:47 +03:00
|
|
|
|
2022-10-27 23:16:48 +03:00
|
|
|
# Since these are all shared files that need to be synced, just pick _one_ copy of each.
|
2022-10-27 10:38:47 +03:00
|
|
|
"DataFlow Library":
|
|
|
|
- "java/ql/lib/semmle/code/java/dataflow/internal/DataFlowImpl.qll"
|
|
|
|
- "java/ql/lib/semmle/code/java/dataflow/internal/DataFlowImplCommon.qll"
|
|
|
|
- "java/ql/lib/semmle/code/java/dataflow/internal/tainttracking1/TaintTrackingImpl.qll"
|
|
|
|
- "java/ql/lib/semmle/code/java/dataflow/internal/DataFlowImplConsistency.qll"
|
|
|
|
- "java/ql/lib/semmle/code/java/dataflow/internal/FlowSummaryImpl.qll"
|
2022-11-03 14:55:19 +03:00
|
|
|
|
|
|
|
"ATM":
|
|
|
|
- javascript/ql/experimental/adaptivethreatmodeling/**/*
|