The host.json file for the GitHub Webhook Data Connector and AbnormalSecurity Data Connector appears to be using a deprecated/outdated Azure Functions extension bundle version.
Because of depreciation on Azure function its getting a Notification on Azure Function
Your app is using a deprecated version, 3.40.0 of extension bundles.
Upgrade to supported version [4.*, 5.0.0)
Connectors:
Expected version:
"extensionBundle": {
"id": "Microsoft.Azure.Functions.ExtensionBundle",
"version": "[4.*, 5.0.0)"
}