GH-900 · Question #24
What should be done to locate an existing action that was provided by a GitHub-approved vendor? (Choose two.)
The correct answer is C. Confirm that the action has a verification badge. F. Search the GitHub Marketplace for Actions by the vendor. To find a trusted, GitHub-approved vendor action, you should (F) search the GitHub Marketplace, which is the official directory where Actions are published and discoverable, and then (C) confirm that the action has a verification badge, which indicates the creator has been…
Question
What should be done to locate an existing action that was provided by a GitHub-approved vendor? (Choose two.)
Options
- ACreate a new workflow file.
- BSearch the vendor's website for a github.yaml index.
- CConfirm that the action has a verification badge.
- DInstall the GitHub App that was provided by the vendor.
- EAdd the vendor as an allowed Actions Source.
- FSearch the GitHub Marketplace for Actions by the vendor.
How the community answered
(61 responses)- B2% (1)
- C95% (58)
- E3% (2)
Explanation
To find a trusted, GitHub-approved vendor action, you should (F) search the GitHub Marketplace, which is the official directory where Actions are published and discoverable, and then (C) confirm that the action has a verification badge, which indicates the creator has been verified by GitHub as a trusted publisher. Option A is wrong because creating a new workflow file does not help you find existing actions. Option B is wrong because there is no 'github.yaml index' on vendor websites. Option D is incorrect because installing a GitHub App is a different mechanism from using Actions. Option E is incorrect because 'Add the vendor as an allowed Actions Source' is not a standard GitHub configuration step for discovering actions.
Topics
Community Discussion
No community discussion yet for this question.