You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if grep --silent "Match #" clang-query_output.txt; then
166
+
echo "::error Forbidden code detected! It can be one of the following:"
167
+
echo "::error - std::filesystem::path created from std::string. More information https://discord.com/channels/695809740428673034/1462210406616531259/1462567541825339635"
168
+
echo "::error - ImageViewRGB32 created from VideoSnapshot&& that is stored. It is a dangling pointer as nothing hold the data anymore"
169
+
echo "::error You can read more about the exact error with the artifact below."
0 commit comments