-
Hello everyone, I'm having a problem with CodeQL trying to connect to 146.75.116.215. I don't want it to go there, but it keeps trying. Can you please help me figure out how to prevent this? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 7 replies
-
Hi @axidex! Could you please provide more context? What command are you running when you see this? Or is this happening in the context of |
Beta Was this translation helpful? Give feedback.
-
Ohh, Thank you. I'm using proxies for Maven, PyPI, etc. Which proxies should I define for correct CodeQL work? |
Beta Was this translation helpful? Give feedback.
After a bit of a search, I had found out that address is for repo.maven.apache.org (try
dig repo.maven.apache.org
on Linux or macOS, ornslookup repo.maven.apache.org
on Windows). By default in order to run analysis on java we try to build it, and in this maven is queried because of that. Even when using--build-mode=none
, maven will still be queried for dependencies if we detect a maven build.