Michael B. Gale
Michael B. Gale
Hi @10000-ki 👋 I think what you are asking for is already possible. The CodeQL Actions all have a `token` input that is set to `github.token` by default, but can...
Hi @serhatataman 👋 Thank you for reporting this to us. That does indeed look like a false positive and we will track this issue internally. However, I cannot give you...
Hi @svalbuena 👋 Thanks for reporting this problem and including as much information as you have -- that's all very helpful! Judging by the build log, it does indeed look...
I think the team actually already merged [a change last week](https://github.com/github/codeql/pull/15764) which should address this in the next CodeQL release (2.16.4). The next release should become available later this week....
Hi @wwwjwww 👋🏻 We should be able to analyse the C# code if it gets processed by the C# compiler. The first thing to check here is the following. Since...
I will go ahead and close this issue now since there hasn't been an update in a month, but feel free to let us know if you are still having...
@amammad when I run your query, I get `path-problem` results. Do you have an example of what you are expecting to see in the results, but aren't getting?
As @smowton [notes](https://github.com/github/codeql/issues/15647#issuecomment-1949920878), this is a problem with Go and not CodeQL. CodeQL just uses the installed version of the Go tooling under the hood, which is what complains about...
Hi @ynori7 👋 The issue is resolved and there wasn't really one to begin with ([see our previous comments](https://github.com/github/codeql/issues/15647#issuecomment-2003768106)). There is an issue with the Go tooling, not CodeQL. The...
@ynori7: Thanks for the extra information. Two things here: 1. I have experimented a bit since my last message and think that there might be circumstances where our new diagnostic...