File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 11
11
branches :
12
12
- main
13
13
paths :
14
- # - "java/ql/src/utils/model-generator/**/*.*"
14
+ - " java/ql/src/utils/model-generator/**/*.*"
15
15
- " .github/workflows/mad_modelDiff.yml"
16
16
17
17
permissions :
61
61
DATABASE=$2
62
62
cd codeql-$QL_VARIANT
63
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
64
+ python java/ql/src/utils/model-generator/GenerateFlowModel.py --with-summaries --with-sinks $DATABASE ${SHORTNAME}.temp .model.yml
65
+ mv java/ql/lib/ext/generated/ ${SHORTNAME}.temp .model.yml $MODELS/${SHORTNAME}Generated_${QL_VARIANT}.model.yml
66
66
cd ..
67
67
}
68
68
You can’t perform that action at this time.
0 commit comments