Azure / functions-action

Enable GitHub developers to deploy to Azure Function Apps using GitHub Actions
MIT License
152 stars 75 forks source link

(node:1523) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues #223

Closed cobriensr closed 3 months ago

cobriensr commented 5 months ago

Run Azure/functions-action@v1.5.1 Successfully parsed SCM credential from publish-profile format. Using SCM credential for authentication, GitHub Action will not perform resource validation. (node:1523) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead. (Use node --trace-deprecation ... to show where the warning was created)

patelchandni commented 3 months ago

Thanks for reporting. Part of PR: https://github.com/Azure/functions-action/pull/234