In the commit that merged PR, codeql reports a warning ([example](https://github.com/MoegirlPediaInterfaceAdmins/MoegirlPediaInterfaceCodes/actions/runs/4549998165/jobs/8022597050#step:14:874)): ``` Warning: 1 issue was detected with this workflow: Using on.push.paths can prevent Code Scanning annotating new alerts in your pull requests. ``` But [my workflow file](https://github.com/MoegirlPediaInterfaceAdmins/MoegirlPediaInterfaceCodes/actions/runs/4549998165/workflow#L5) contains `on.push.paths`. How can I remove the warning?