GH-900 · Question #24
GH-900 Question #24: Real Exam Question with Answer & Explanation
The correct answer is C: Confirm that the action has a verification badge.. {"question_number": 2, "question": "What should be done to locate an existing action that was provided by a GitHub-approved vendor? (Choose two.)", "correct_answer": "C, F", "explanation": "To find a trusted, GitHub-approved vendor action, you should (F) search the GitHub Marketp
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.
Explanation
{"question_number": 2, "question": "What should be done to locate an existing action that was provided by a GitHub-approved vendor? (Choose two.)", "correct_answer": "C, F", "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.", "generated_by": "claude-sonnet", "llm_judge_score": 4}
Topics
Community Discussion
No community discussion yet for this question.