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 1111 branches :
1212 - main
1313 paths :
14- # - "java/ql/src/utils/model-generator/**/*.*"
14+ - " java/ql/src/utils/model-generator/**/*.*"
1515 - " .github/workflows/mad_modelDiff.yml"
1616
1717permissions :
6161 DATABASE=$2
6262 cd codeql-$QL_VARIANT
6363 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
6666 cd ..
6767 }
6868
You can’t perform that action at this time.
0 commit comments