-
Notifications
You must be signed in to change notification settings - Fork 99
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
Action causes '[DEP0005] DeprecationWarning' #22
Comments
If needed, here is a sample workflow: https://github.com/croz-ltd/klokwrk-project/actions/runs/140909371 |
Thanks for the report @dmurat. This deprecation warning is coming from a dependency of the action. I still have to figure out which one. |
Also getting this warning - and it seems to have the ability to intermittently crash the gradle process. If you look at runs #9 and #10 of this action, you will see that #9 gave this warning and then appeared to fail because of it. See line Whereas #10 (which differs only in the indenting of a comment line - which I used to trigger a new run) did not give this warning, and proceeded with the build. N.B. this repo is a clone of https://github.com/gradle/playframework, which I forked purely in order to investigate mysterious build failures which I cannot reproduce locally. The failures only occur in a CI environment. See: gradle/playframework#136 |
Our builds are also failing due to this error, and it does not seem to be intermittent. |
Hum, thanks all for the reports! I'll investigate. |
See: gradle/gradle-build-action#22 Signed-off-by: marracuene <[email protected]>
See: gradle/gradle-build-action#22 Signed-off-by: marracuene <[email protected]>
Hmm. Pinning to v1.2.0 didn't actually fix it. Which suggests that something more fundamental is at play.
|
I tracked this down to
|
Any update on this? |
Hi there,
microsoft/typed-rest-client@5f16b0dc might have fixed this, so I humbly asked for a new release at microsoft/typed-rest-client#246. With kind regards, |
Hi again, @damccorm was so kind to publish With kind regards, |
This was fixed in |
For all steps using
gradle-command-action
I'm getting deprecation warning:[DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead.
Is this expected or should it be fixed?
Tnx
The text was updated successfully, but these errors were encountered: