🔥 3-day streak
GitHub Actions (GH-200)5 / 142
Question 5 of 142

Your CI workflow builds and caches Node dependencies using a key derived from package-lock.json. The workflow triggers on both pull_request from forks and push to main. A security reviewer warns that a malicious contributor could poison the shared cache. What is the MOST accurate description of GitHub Actions cache scoping that mitigates this concern, and what remaining precaution is still required?

Reviewed for accuracy · Report an issueNext question