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

node@12 has been deprecated warnings #50

Open
jkremser opened this issue Oct 12, 2022 · 2 comments
Open

node@12 has been deprecated warnings #50

jkremser opened this issue Oct 12, 2022 · 2 comments

Comments

@jkremser
Copy link
Owner

The GH actions that use node12 produce these warnings in our pipeline:

Node.js 12 actions are deprecated. For more information see: https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/. Please update the following actions to use Node.js 16: actions/checkout, actions/setup-go, anchore/sbom-action, docker/login-action, docker/login-action, docker/login-action, docker/login-action, actions/checkout

Also similarly set-output was deprecated and this should be used instead: https://docs.github.com/en/actions/using-workflows/workflow-commands-for-github-actions#setting-an-environment-variable

@jkremser
Copy link
Owner Author

partially done in fe41d04

@jkremser
Copy link
Owner Author

sharing the data between jobs should be done using GITHUB_OUTPUT : https://docs.github.com/en/actions/using-jobs/defining-outputs-for-jobs

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

1 participant