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, 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.)
You need to trigger a workflow using the GitHub API for activity that happens outside of GitHub. Which workflow event do you use?
You are reaching your organization ' s storage limit for GitHub artifacts and packages. What should you do to prevent the storage limit from being reached? (Choose two.)
Which action type should be used to bundle a series of run steps into a reusable custom action?
A development team has been using a Powershell script to compile and package their solution using existing tools on a Linux VM, which has been configured as a self-hosted runner. They would like to use the script as-is in an automated workflow. Which of the following should they do to invoke their script within a workflow step?
What is the right method to ensure users approve a workflow before the next step proceeds?
Which of the following commands will set the $FOO environment variable within a script, so that it may be used in subsequent workflow job steps?
What are the advantages of using a matrix strategy in a job definition? (Choose two.)
As a developer, you are using a Docker container action in your workflow. What is required for the action to run successfully?
As a developer, what is the safest way to reference an action to prevent modification of the underlying code?
As a developer, you are designing a workflow and need to communicate with the runner machine to set environment variables, output values used by other actions, add debug messages to the output logs, and other tasks. Which of the following options should you use?