Describe the enhancement
It is recommended to disable command processing via stop-commands when logging untrusted information in https://github.blog/changelog/2020-10-01-github-actions-deprecating-set-env-and-add-path-commands/. However, the token used to stop commands is echoed and visible in logs.
If the logged information is dynamic, i.e., can be changed after the token is printed to the log, it can re-enable workflow commands.
Describe the enhancement
It is recommended to disable command processing via
stop-commandswhen logging untrusted information in https://github.blog/changelog/2020-10-01-github-actions-deprecating-set-env-and-add-path-commands/. However, the token used to stop commands is echoed and visible in logs.If the logged information is dynamic, i.e., can be changed after the token is printed to the log, it can re-enable workflow commands.