codeql icon indicating copy to clipboard operation
codeql copied to clipboard

Code scanning doesn't run on pull request in organization repo

Open Marukome0743 opened this issue 5 months ago • 5 comments
trafficstars

Description of the issue

Our repo uses GitHub Actions and JavaScript / TypeScript CodeQL default configuration.

Image

In addition, these events will trigger by push and pull request.

Image

However, the Code scanning doesn't run in this part1 pull request.

Image

The part2 and part3 aren't scanned, either.

On the other hand, the part4 pull request got the CodeQL scan result.

Moreover, the code scanning works correctly on every push events.

Why doesn't the code scanning run on every pull request?

Marukome0743 avatar Jun 08 '25 23:06 Marukome0743