A Copilot-generated draft pull request ran a multi-agent validation workflow. Reviewers cannot find the final audit bundle, even though the planner and implementer artifacts were uploaded. Which option best explains why the final audit bundle is missing? Select one answer.
Workflow: multi-agent-observability
Event: pull_request
Actor: github-copilot[bot]
Job planner
Upload artifact planner-audit
Artifact planner-audit uploaded successfully
Job implementer
Upload artifact implementer-audit
Artifact implementer-audit uploaded successfully
Job reviewer
Run ./agents/review.sh
ERROR: unresolved security finding in src/auth.ts
Process completed with exit code 1
Job audit_bundle
Skipped because dependency 'reviewer' failed
Condition evaluated: success()
Artifact multi-agent-audit-${{ github.run_id }} was not created
Pull request checks
planner: success
implementer: success
reviewer: failure
audit_bundle: skippedChoose an answer
Tap an option to check your answer.
Correct answer: The audit job skipped after reviewer failure.
Why this is the answer
The auditbundle job explicitly states "Skipped because dependency 'reviewer' failed" and "Condition evaluated: success()". This indicates that the auditbundle job was configured to run only if its dependent job, reviewer, succeeded. Since the reviewer job failed due to an "unresolved security finding," the auditbundle job was correctly skipped, and thus no audit bundle artifact was created or uploaded. The artifact retention period is irrelevant as the artifact was never created. The upload action's permissions are not the issue, as other artifacts were uploaded successfully. The pull request event is also not the issue, as the workflow was triggered and partially executed.
Pass your exam — without the endless answer hunt
Get every verified question and explanation for this exam in one place, and save hours of prep. 1,000+ certifications · 20+ languages · free to start.
Pass your exam faster → No card needed