Michael B. Gale
Michael B. Gale
Hi @ebickle 👋🏻 Thanks for this feature request and the detailed summary of what you think would be needed. I'll pass this on to the relevant team, but can't make...
Hi @aaaayush-n 👋 Thanks for sharing your query! What you have written looks a bit unusual and I am guessing you are coming from a background of object-oriented and imperative...
The definition I gave for `isUsedInTypeDecl` is just an example. You can tweak it to suit your needs. You can use the resulting `TypeName`s for the initial `TypeDecl` to find...
Hi @matross-gh, you need to make sure that the root certificate used to sign the self-signed certificate is available to Node on the runner. See [this discussion](https://github.com/actions/actions-runner-controller/discussions/2667) for advice on...
> I have converted it to .pem and setup the environment variable for Node: Just to clarify, it sounds like you converted the self-signed certificate that is used by GHES...
My understanding is that `tls.rootCertificates` is a static list that is the same everywhere and not affected by `NODE_EXTRA_CA_CERTS`. So it's not surprising that this doesn't contain your certificate. If...
Hi @aaaayush-n 👋 Do you have the logs for when you created the database (i.e. ran `codeql database create ...`) and, if so, could you share them?
Some options: - If you are able to share the database with us, we could have a look at it to see if the cause is evident from it. -...
Hi again @dagood 👋🏻 Thanks for moving this to a separate issue and providing the logs with debugging enabled for both a failed and successful run! That's all very helpful...
To add to what @smowton wrote: I think concretely that means either breaking up your `eng/run.ps1` build script or invoking it with different commands to run before initialising CodeQL and...