Closed
Description
Sorry for posting the question using a bug template. I didn't find a correct template for submitting questions.
Would the node-version-file
be a security issue since contributors can update the Node.js version out of the GitHub Actions YAML file?
A non-first-time contributor can trigger actions without waiting for approval, and changing the running version is possible by creating a PR. My concern is that there may be some vulnerabilities in a specific version of Node.js. This could be a security issue.
Please correct me if I misunderstand the GitHub Actions security strategy above.