Severity
Low
Short Description
An input argument to this GitHub Action is being passed back as an output. If a user of this action passes untrusted input, it could be used in an insecure manner by consuming workflows.
Suggestion
Review the action code to ensure input arguments are properly validated and sanitized before being exposed as outputs. Consider whether this data flow is necessary.