-
-
Notifications
You must be signed in to change notification settings - Fork 78.9k
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
Update codeql.yml #32125
Update codeql.yml #32125
Conversation
Specify the branches
@XhmikosR Can you point me to a pull request where things got messed up? We've been chasing a couple of issues with our alert diffing functionality, and I'm wondering if what you're seeing is an instance of that. cc: @rneatherway @tibbes |
@jhutchings1 will do as soon as I hit it again. It seems to happen if we push or make PRs sort of at the same time to different branches. So, you think this PR shouldn't land? I mostly made it so that we follow the upstream action more closely and to see if that would fix the issue. |
@jhutchings1 https://github.com/twbs/bootstrap/runs/1400254580 This is a v4-dev branch and the "fix" refers to the main branch. |
Aha, yeah, I think you're hitting one of the race conditions in our diffing functionality. We're working on it, but haven't got it all fixed just yet. The changes you proposed in the PR are absolutely fine, but they won't fix the root cause, unfortunately. Hoping to have these issues fixed up soon! |
Ah, perfect, I knew we couldn't be the only ones hitting this :) I will simplify the workflow since we only need one language and I'll wait monitor for any fixes. Thanks for the reply! |
@XhmikosR 👋 I'm the engineer working on this issue. I had a look at this specific example and what you're seeing here is some older compatibility code we have for workflows that do analysis |
Specify the branches and clean up the comments
Specify the branches and clean up the comments
Specify the branches
I'm seeing a weird behavior, i.e. fixes when there's no change in a branch. It's like CodeQL is mixing up the branches. I'm not sure if this will fix the issue, but it's what they suggest in their workflow example
@jhutchings1 if you have any suggestions let me know :)