Aditya Sharad
Aditya Sharad
> with the init step, I was previously only simulating failure by throwing an exception in the code itself. I tried to add with: ram: 1 to the step but...
That looks good. The other option I considered was turning this workflow off on PRs, and only running it on push events. Let's keep this for now, and if the...
@martinschaef you are correct that you have to configure the `permissions` block accordingly. If a particular permission is not mentioned in the `permissions` block then it gets set to `none`....
> Looking at > > ``` > headers: { > accept: 'application/vnd.github.v3+json', > 'user-agent': 'CodeQL-Action/1.0.2 octokit-core.js/3.1.2 Node.js/12.13.1 (linux; x64)', > authorization: 'token [REDACTED]', > 'content-type': 'application/json; charset=utf-8' > }, >...
> same here, I tried CodeQL CLI on Azure pipelines and the project is built with VS 2022 and the error is "No code found during the build". I do...
Please try using indirect build tracing first; direct use of `codeql database trace-command` is not likely to work well with the environment variable handling between different steps in Azure Pipelines....
@totogtr would you be able to share the full Actions workflow file, so that we can see the different events your workflow is running on? And also the full contents...
Thanks. We'll take a look at the SARIF file from that run and get back to you.
Hi @JacquesLeRoux, thank you for your patience and apologies for the time it's taken to get back to you. I've had a look at the SARIF file from the Java...
Could you please share your complete Azure DevOps workflow file, and the logs from the failing build?