Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix CodeQL analysis GitHub action (#19)
Only run the CodeQL analysis workflow on the "pull_request" event and avoid triggering it on the "push" event for Dependabot branches because workflows triggered by Dependabot on the "push" event run with read-only access, and uploading Code Scanning results requires write access.
- Loading branch information