Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Security] Update @actions/core to 1.2.6 #67

Closed
past-due opened this issue Nov 3, 2020 · 1 comment
Closed

[Security] Update @actions/core to 1.2.6 #67

past-due opened this issue Nov 3, 2020 · 1 comment

Comments

@past-due
Copy link
Contributor

past-due commented Nov 3, 2020

See blog post: https://github.blog/changelog/2020-10-01-github-actions-deprecating-set-env-and-add-path-commands/

Action authors who are using the toolkit should update the @actions/core package to v1.2.6 or greater to get the updated addPath and exportVariable functions.

Action and workflow authors who are setting environment variables via STDOUT should update any usage of the set-env and add-path workflow commands to use the new environment files.

If you need to log untrusted information such as issue titles, bodies, or commit messages to STDOUT we recommend that you disable command processing prior to doing that.

@softprops
Copy link
Owner

thanks. we're now on 1.4.0

"@actions/core": "^1.4.0",

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants