Microsoft GH-200 - GitHub Actions Exam
Which default GitHub environment variable indicates the owner and repository name?
As a developer, you need to make sure that only actions from trusted sources are available for use in your GitHub Enterprise Cloud organization. Which of the following statements are true? (Choose three.)
When creating and managing custom actions in an enterprise setting, which of the following is considered a best practice?
As a developer, you need to integrate a GitHub Actions workflow with a third-party code quality provider that uses the Checks API. How should you trigger a follow-up workflow?
As a developer, how can you identify a composite action on GitHub?
You create a self-hosted runner labeled as runner1.
You need to ensure that a GitHub Actions workflow job runs only on runner1.
Which YAML statement should you use?
What is the most secure way to store sensitive information in GitHub Actions workflows?
You have exactly one Windows x64 self-hosted runner, and it is configured with custom tools. Which syntax could you use in the workflow to target that runner?
As a developer, how can you identify a JavaScript action on GitHub?
Which of the following is the most common way to target a specific major release version?
