| Exam Name: | GitHub Advanced Security Exam | ||
| Exam Code: | GH-500 Dumps | ||
| Vendor: | Microsoft | Certification: | GitHub Administrator |
| Questions: | 75 Q&A's | Shared By: | rami |
As a repository owner, you do not want to run a GitHub Actions workflow when changes are made to any .txt or markdown files. How would you adjust the event trigger for a pull request that targets the main branch? (Each answer presents part of the solution. Choose three.)
on:
pull_request:
branches: [main]
Which of the following benefits do code scanning, secret scanning, and dependency review provide?
When using the advanced CodeQL code scanning setup, what is the name of the workflow file?