You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A GitHub security issue forced changes to setup-node action.
Running the setup-node action with a version below 2.1.2 will fail.
Error Messages: Unable to process command '::add-path::/opt/hostedtoolcache/node/12.19.0/x64/bin' successfully. The add-path command is disabled. Please upgrade to using Environment Files or opt into unsecure command execution by setting the ACTIONS_ALLOW_UNSECURE_COMMANDS environment variable to true.
This issue has been LOCKED because of it being resolved!
The issue has been fixed and is therefore considered resolved.
If you still encounter this or it has changed, open a new issue instead of responding to solved ones.
Describe the bug
A GitHub security issue forced changes to setup-node action.
Running the setup-node action with a version below 2.1.2 will fail.
Error Messages:
Unable to process command '::add-path::/opt/hostedtoolcache/node/12.19.0/x64/bin' successfully.
The add-path command is disabled. Please upgrade to using Environment Files or opt into unsecure command execution by setting the ACTIONS_ALLOW_UNSECURE_COMMANDS environment variable to true.
To Reproduce
Run sample yaml ( I used the Gatsby )
Expected behavior
Action to run
Additional context
GitHub Blog on security issue
The text was updated successfully, but these errors were encountered: