Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b5e2e1e + 204766b commit 4e93429Copy full SHA for 4e93429
1 file changed
.github/workflows/mad_modelDiff.yml
@@ -11,7 +11,7 @@ on:
11
branches:
12
- main
13
paths:
14
- # - "java/ql/src/utils/model-generator/**/*.*"
+ - "java/ql/src/utils/model-generator/**/*.*"
15
- ".github/workflows/mad_modelDiff.yml"
16
17
permissions:
@@ -61,8 +61,8 @@ jobs:
61
DATABASE=$2
62
cd codeql-$QL_VARIANT
63
SHORTNAME=`basename $DATABASE`
64
- python java/ql/src/utils/model-generator/GenerateFlowModel.py --with-summaries --with-sinks $DATABASE $MODELS/${SHORTNAME}.model.yml
65
- mv $MODELS/${SHORTNAME}.model.yml $MODELS/${SHORTNAME}Generated_${QL_VARIANT}.model.yml
+ python java/ql/src/utils/model-generator/GenerateFlowModel.py --with-summaries --with-sinks $DATABASE ${SHORTNAME}.temp.model.yml
+ mv java/ql/lib/ext/generated/${SHORTNAME}.temp.model.yml $MODELS/${SHORTNAME}Generated_${QL_VARIANT}.model.yml
66
cd ..
67
}
68
0 commit comments