GitHub Actions allows users to specify any executable on the $PATH as the shell for running commands, rather than being limited to predefined shell values. This flexibility enables various unconventional uses, such as executing C code directly or modifying the $PATH dynamically. However, this raises potential security concerns, as it allows for unexpected behaviors in the execution environment.
github-actions ✓
shell ✓
security ✓
automation ✓
+ scripting