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

Deprecation warnings on CI #621

Closed
edouard opened this issue Oct 13, 2022 · 2 comments
Closed

Deprecation warnings on CI #621

edouard opened this issue Oct 13, 2022 · 2 comments
Assignees
Labels
bug Something isn't working

Comments

@edouard
Copy link

edouard commented Oct 13, 2022

Describe the bug
We’re getting deprecation warnings on CI due to outdated dependencies on paambaati/codeclimate-action.

The set-output command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/

It looks like #612 would fix this deprecation warning.

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: paambaati/codeclimate-action

It looks like changing this line to using node 16 would fix this deprecation warning:

using: 'node12'

Version of codeclimate-action you're using
v3.0.0

@edouard edouard added the bug Something isn't working label Oct 13, 2022
@fabn fabn mentioned this issue Oct 13, 2022
@paambaati
Copy link
Owner

This is now fixed and available in v3.1.0. Thanks @edouard for reporting and @fabn for sending a PR!

@edouard
Copy link
Author

edouard commented Oct 14, 2022

It looks like it fixed it. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants