File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed
Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -164,8 +164,11 @@ jobs:
164164
165165 - name : Relocate cached output for ${{ matrix.project_slug }}
166166 run : |
167- mkdir output
168- mv .github/cached_output/${{ matrix.project_slug }} output/
167+ mkdir output/${{ matrix.project_slug }}/test/analysis/${{ matrix.cwe }}
168+ mv .github/cached_output/${{ matrix.project_slug }}/test/common/llm_labelled_source_func_params.json output/${{ matrix.project_slug }}/test/analysis/${{ matrix.cwe }}
169+ mv .github/cached_output/${{ matrix.project_slug }}/test/cwe-022/llm_labelled_sink_apis.json output/${{ matrix.project_slug }}/test/analysis/${{ matrix.cwe }}
170+ mv .github/cached_output/${{ matrix.project_slug }}/test/cwe-022/llm_labelled_source_apis.json output/${{ matrix.project_slug }}/test/analysis/${{ matrix.cwe }}
171+ mv .github/cached_output/${{ matrix.project_slug }}/test/cwe-022/llm_labelled_taint_prop_apis.json output/${{ matrix.project_slug }}/test/analysis/${{ matrix.cwe }}
169172
170173 - name : Build project ${{ matrix.project_slug }}
171174 run : |
You can’t perform that action at this time.
0 commit comments