So we have this model that all apps use reusable workflow at centralised repo. We try not to have permissions configured at calling workflows so that reusable(called) workflow permissions will be used instead. This way whenever permissions changed at reusable workflow, we dont need to update all 100+ apps that calls the reusable workflow.
But codeQL flags "Workflow does not contain permissions"
Is it possible that codeQL can look into the called(reusable) workflow not complain anymore?