We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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/
set-output
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:
codeclimate-action/action.yml
Line 33 in 0cfced9
Version of codeclimate-action you're using v3.0.0
codeclimate-action
v3.0.0
The text was updated successfully, but these errors were encountered:
This is now fixed and available in v3.1.0. Thanks @edouard for reporting and @fabn for sending a PR!
Sorry, something went wrong.
It looks like it fixed it. Thanks!
paambaati
No branches or pull requests
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:
codeclimate-action/action.yml
Line 33 in 0cfced9
Version of
codeclimate-action
you're usingv3.0.0
The text was updated successfully, but these errors were encountered: