GH-500 Exam Question 46
Which CodeQL query suite provides queries of lower severity than the default query suite?
GH-500 Exam Question 47
As a repository owner, you want to receive specific notifications, including security alerts, for an individual repository. Which repository notification setting should you use?
GH-500 Exam Question 48
What is the first step you should take to fix an alert in secret scanning?
GH-500 Exam Question 49
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.)
1. on:
2. push:
3. branches: [main, protected]
4. pull_request:
5. branches: [main]
1. on:
2. push:
3. branches: [main, protected]
4. pull_request:
5. branches: [main]
GH-500 Exam Question 50
Which of the following options are code scanning application programming interface (API) endpoints? Each answer presents part of the solution. (Choose two.)
