Exam GitHub-Foundations Topic 5 Question 2 Discussion
Actual exam question for GitHub's GitHub-Foundations exam
Question #: 2
Topic #: 5
Question #: 2
Topic #: 5
From the Organization settings, which restrictions can organization owners place on GitHub Actions usage?
(Each answer presents a complete solution. Choose three.)
(Each answer presents a complete solution. Choose three.)
Suggested Answer: A,C,D Vote an answer
Organization owners on GitHub have control over how GitHub Actions can be used within their organization.
They can enforce restrictions to ensure security and compliance with organizational policies.
* Allow Actions That Use Self-Hosted Runners:
* Option Ais correct because organization owners can configure the usage of self-hosted runners, allowing greater control over the environment where actions are run.
* Allow Specified Actions:
* Option Cis correct because organization owners can allow only specific actions to run, adding a layer of security by limiting actions to those that have been vetted.
* Allow Actions by Marketplace Verified Creators:
* Option Dis correct because organization owners can choose to allow actions created by GitHub Marketplace verified creators, ensuring that only trusted actions are used.
* Incorrect Options:
* Option Bis incorrect because GitHub Actions are not designed to be run directly from a Codespace; Codespaces are for development environments.
* Option Eis a valid choice, but since the prompt asks for only three answers, it is not included in this response.
References:
* GitHub Docs: Managing GitHub Actions Settings for Your Organization
They can enforce restrictions to ensure security and compliance with organizational policies.
* Allow Actions That Use Self-Hosted Runners:
* Option Ais correct because organization owners can configure the usage of self-hosted runners, allowing greater control over the environment where actions are run.
* Allow Specified Actions:
* Option Cis correct because organization owners can allow only specific actions to run, adding a layer of security by limiting actions to those that have been vetted.
* Allow Actions by Marketplace Verified Creators:
* Option Dis correct because organization owners can choose to allow actions created by GitHub Marketplace verified creators, ensuring that only trusted actions are used.
* Incorrect Options:
* Option Bis incorrect because GitHub Actions are not designed to be run directly from a Codespace; Codespaces are for development environments.
* Option Eis a valid choice, but since the prompt asks for only three answers, it is not included in this response.
References:
* GitHub Docs: Managing GitHub Actions Settings for Your Organization
by Hedda at Apr 23, 2026, 05:11 AM
0
0
0
10
Comments
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
Report Comment
Commenting
You can sign-up / login (it's free).