-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Started to see a message on each PR about a new CodeQL configuration #12754
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Hi @KristianGrafana! I had a quick look at the situation, and indeed that message shouldn't repeat itself for every PR. It's caused by a slightly unusual configuration pattern: the Grafana repository has multiple separate CodeQL Actions workflow files:
Every single time the PR analysis runs, we check whether this CodeQL configuration already exists on the target branch. In this example: So on every single PR, code scanning concludes "ah, you must be in the process of setting up code scanning, and congratulations 🎉 you succeeded!". Clearly this is not how we intend this to work for you, so we're investigating whether there's any better approach to this. Thanks for your patience! |
We've temporarily switched off the "You have successfully added a ..." messages altogether while we work on a solution for this. We expect to finish work on that sometime next week, at which point new users should be seeing these messages again, but no one else. Thanks for your patience! |
@sj Thank you, much appreciate the short term solution. |
We have the same issue in docker org where this message appears on every PR because code scanning result is not pushed to the default branch like docker/scout-cli#182 (comment). In our case we are using the |
Hey!
We have started to see the following message on PR's:
No change has been made to our CodeQL configuration. We find this a bit disruptive and would like to turn off these messages, how can that be made?
Thanks in advance!
The text was updated successfully, but these errors were encountered: