TheRenegadeCoder / sample-programs

Sample Programs in Every Programming Language
https://sampleprograms.io
MIT License
553 stars 564 forks source link

CodeQL workflow needs to delete Hack directory before analyzing C++ #4035

Closed rzuckerm closed 1 week ago

rzuckerm commented 1 week ago

CodeQL is mistaking the .hh files in the archive/h/hack directory for C++ code, and this is causing problems for the C++ scan. The fix is to modify the workflow so that this directory is deleted for the C++ scan