jfrog / frogbot

🐸 Scans your Git repository with JFrog Xray for security vulnerabilities. 🤖
https://docs.jfrog-applications.jfrog.io/
Apache License 2.0
290 stars 61 forks source link

Update action to use node 20 #678

Open ozgella opened 2 months ago

ozgella commented 2 months ago

Why is this needed?

Node 16 is deprecated by GitHub and builds using the latest version of this action are getting warnings about using node 16.

Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: jfrog/frogbot@v2.20.0. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.

What needs to be changed?

For action maintainers, this action needs to be modified to run on Node 20 instead of Node 16. For guidance, refer to the Actions configuration settings .

gailazar300 commented 2 months ago

Dear @ozgella Thank you for bringing this matter to our attention. Rest assured, we are actively working on implementing the necessary fix, and it will be addressed soon.