As a developer, what is the safest way to reference an action to prevent modification of the underlying code?
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?
You need to create new workflows to deploy to an unfamiliar cloud provider. What is the fastest and safest way to begin?
What is the right method to ensure users approve a workflow before the next step proceeds?
You need to make a script to retrieve workflow run logs via the API. Which is the correct API to download a workflow run log?
What is the minimal syntax for declaring an output named foo for an action?
A)
B)
C)
D)
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?
What are the advantages of using a matrix strategy in a job definition? (Choose two.)
As a developer, you have a 10-MB data set that is required in a specific workflow. Which steps should you perform so the dataset is stored encrypted and can be decrypted during the workflow? (Choose three.)
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.)
Which action type should be used to bundle a series of run steps into a reusable custom action?
What menu options in a repository do you need to select in order to use a starter workflow that is provided by your organization?
You need to trigger a workflow using the GitHub API for activity that happens outside of GitHub. Which workflow event do you use?