-
Since a few week, our project is getting spammed by a bot called We have not changed any settings to allow this bot, and I have searched through all settings I can find to try and stop this, but nothing seem to help. I have also looked through Qodana instructions, and found nothing about this. We really do like Qodana and would like to keep it, but this is highly annoying. Why is this happening? How can I disable it? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hello, The |
Beta Was this translation helpful? Give feedback.
Hello,
The
github-code-scanning
bot is CodeQL which is enabled in yourqodana.yml
. Unfortunately, I couldn't find a way to disable the comments either. You can remove thegithub/codeql-action/upload-sarif@v2
step from your workflow configuration. You will still see annotations in your PRs.Also, you might want to take a look at Qodana Cloud. It will let you view your Qodana results using a beautiful UI. More information on configuring it with GitHub Actions can be found in the documentation.