Severity
Low
Short Description
An input argument to this GitHub Action is being exported as an environment variable. If a user of this action passes untrusted input, it could be used in an insecure manner by subsequent workflow steps.
Suggestion
Review the action code to ensure input arguments are properly validated and sanitized before being exported as environment variables. Consider whether this data flow is necessary.