github / ossar-action

Run multiple open source security static analysis tools without the added complexity with OSSAR (Open Source Static Analysis Runner).
MIT License
94 stars 27 forks source link

Upgrade action to use Node 16 or higher #44

Closed ismarslomic closed 6 months ago

ismarslomic commented 1 year ago

When using ossar-action@v1 in my Github workflow I get following warning:

Node.js 12 actions are deprecated. 

Please update the following actions to use Node.js 16: github/ossar-action@v1.

For more information see: https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/.
martgil commented 6 months ago

There is also a new warning that appears to suggest using node version 20:

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