Skip to content
This repository was archived by the owner on Jul 23, 2025. It is now read-only.
This repository was archived by the owner on Jul 23, 2025. It is now read-only.

Deprecation warnings on CI #621

@edouard

Description

@edouard

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

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions