Can CodeQL default setup support workflow_run webhook? #146216
-
Select Topic AreaBug BodyWe recently started using the CodeQL default setup. To monitor the execution time of the GitHub Actions workflow run by the CodeQL default setup, we planned to analyze events triggered by the |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 2 replies
-
💬 Your Product Feedback Has Been Submitted 🎉 Thank you for taking the time to share your insights with us! Your feedback is invaluable as we build a better GitHub experience for all our users. Here's what you can expect moving forward ⏩
Where to look to see what's shipping 👀
What you can do in the meantime 💻
As a member of the GitHub community, your participation is essential. While we can't promise that every suggestion will be implemented, we want to emphasize that your feedback is instrumental in guiding our decisions and priorities. Thank you once again for your contribution to making GitHub even better! We're grateful for your ongoing support and collaboration in shaping the future of our platform. ⭐ |
Beta Was this translation helpful? Give feedback.
-
@charisk I think this may be a question for your team? |
Beta Was this translation helpful? Give feedback.
-
@peaceiris I've tried this and it works for me. I created a repo and enabled Code Scanning with CodeQL default setup. I then created a webhook and triggered a run by pushing to the repo. I received Is there anything else in your set up that might be causing issues? |
Beta Was this translation helpful? Give feedback.
We discovered the event for the CodeQL default setup. We had assumed that the CodeQL jobs running on pull requests or the default branch could be triggered by the pull_request or push events. However, it turned out that they can actually be received through the dynamic event.
Thanks.