Which of the following is the best way for an enterprise to prevent certain marketplace actions from running?
As a developer, you want to run a workflow from the Actions tab in GitHub. Which YAML snippet should you use to match the interface in this image?

A)

B)

C)
D)

What are the two most significant advantages of adding documentation while distributing custom actions? Each correct answer presents a complete solution.
NOTE: Each correct answer is worth one point.
You need to create a reusable GitHub Actions workflow template named ci.yml. The solution must ensure that ci.yml appears on the New workflow interface of GitHub Actions. Where should you store ci.yml?
You need to trigger a workflow using the GitHub API for activity that happens outside of GitHub. Which workflow event do you use?
What are the two ways to pass data between jobs? (Choose two.)
As a developer, your Actions workflow often reuses the same outputs or downloaded dependencies from one run to another. To cache dependencies for a job, you are using the GitHub cache action. Which input parameters are required for this action? (Choose two.)
Which native method should you use to pass files between jobs within the same GitHub Actions workflow?
What menu options in a repository do you need to select in order to use a starter workflow that is provided by your organization?
As a developer, how can you identify a composite action on GitHub?
Which default GitHub environment variable indicates the owner and repository name?
Without the need to use additional infrastructure, what is the simplest and most maintainable method for configuring a workflow job to provide access to an empty PostgreSQL database?
As a developer, your self-hosted runner sometimes looses connection while running jobs. How should you troubleshoot the issue affecting your self-hosted runner?
While awaiting approval, how many days can a workflow be in the “Waiting” state before it automatically fails?
What is the simplest action type to run a shell script?
As a developer, you need to use GitHub Actions to deploy a microservice that requires runtime access to a secure token. This token is used by a variety of other microservices managed by different teams in different repos. To minimize management overhead and ensure the token is secure, which mechanisms should you use to store and access the token? (Choose two.)
You are a developer, and your container jobs are failing on a self-hosted runner. Which requirements must you check to ensure that the self-hosted runner is properly configured? (Choose two.)
GitHub-hosted runners support which capabilities? (Choose two.)
Which default GitHub environment variable indicates the name of the person or app that initiated a workflow?
You are a developer working on developing reusable workflows for your organization. What keyword should be included as part of the reusable workflow event triggers?
Which action type should be used to bundle a series of run steps into a reusable custom action?
What is the smallest scope for an environment variable?
Which of the following scenarios would require the use of self-hosted runners instead of GitHub-hosted runners?
Which statement is true about using default environment variables?
What metadata file in a custom action defines the main entry point?
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?
As a DevOps engineer, you are developing workflows to build an application. You have a requirement to create the build targeting multiple node versions. Which code block should you use to define the workflow?
When reviewing an action for use, what file defines its available inputs and outputs?
Which workflow event is used to manually trigger a workflow run?