Quiz 8 Question 13 of 20

Two parallel agents in a GitHub Actions workflow are both assigned to update a shared configuration file, config/settings.yaml. After both agents complete, the file contains only one agent's changes — the other agent's changes are silently overwritten. What is the PRIMARY architectural fix to prevent this overlapping-change conflict?

Select an answer to reveal the explanation.

Motivation