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?
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.)
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, how can you identify a Docker container action on GitHub?
What are the two ways to pass data between jobs? (Choose two.)
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 can be used to set a failed status of an action from its code?
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?
How many jobs will result from the following matrix configuration?

Which default environment variable specifies the branch or tag that triggered a workflow?