codeql-action icon indicating copy to clipboard operation
codeql-action copied to clipboard

`CodeQL` default configuration for external-based forks

Open pcaversaccio opened this issue 1 year ago • 2 comments

As recommended, I use the default setup for CodeQL. I also require the CI scans in my protected branches. However, whenever there is an external-fork-based PR, the scans are not run (= status is never reported). Example:

image

For internal-branch-based PRs it works smoothly, so it seems the default configuration doesn't work for external-fork-based PRs. Any advise on how to make this work without customising the CodeQL action yourself?

pcaversaccio avatar Feb 13 '24 17:02 pcaversaccio