Which of the following accurately contrasts a GitHub App and a GitHub Action?
Show answer and explanation
Correct answer: D
GitHub Actions workflows are defined and triggered within a single repository's context, whereas GitHub Apps are installed at the organization or user level and can subscribe to events across multiple repositories.