-
Notifications
You must be signed in to change notification settings - Fork 6
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
Track Github action and its warnings #2721
Comments
|
Created ticket to change private repo (curl-action) to public |
Still waiting on approval from VA COR then update this ticket |
Created a new action in public VA repo. Below are links to affected workflows and no more node.js 16 errors come up anymore since these actions now run on Node.js 20:
Here is the updated PR. |
As a VRO Engineer, we faced multiple warnings when it comes to deploying code through our pipelines. We investigated these warnings and fixed most of them so that we can deploy code more seamlessly. However, some workflows are still affected by this warnings:
node12
which is deprecated and will be forced to run onnode16
:indiesdev/curl@v1.1
.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/I contacted the engineer in charge of maintaining this Github action, but got no response. This ticket is to maintain visibility and keep track of this issue and hopefully update it in the future.
Github Actions workflows affected by warnings above:
Team agreed that we retired
indiesdev/curl@v1.1
action and replace it with another since it's no longer managed consistently.The text was updated successfully, but these errors were encountered: