actions-rs / audit-check

🛡️ GitHub Action for security audits
https://github.com/marketplace/actions/rust-audit-check
MIT License
170 stars 39 forks source link

Update to Node 16 #227

Open oherrala opened 1 year ago

oherrala commented 1 year ago

Do the checklist before filing an issue:

Description

Running this action in GitHub gives the following message:

Node.js 12 actions are deprecated. For more information see: https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/. Please update the following actions to use Node.js 16: actions-rs/audit-check@35b7b53b1e25b55642157ac01b4adceb5b9ebef3

The URL given states that

Node 12 has been out of support since April 2022, as a result we have started the deprecation process of Node 12 for GitHub Actions. We plan to migrate all actions to run on Node16 by Summer 2023. We will monitor the progress of the migration and listen to the community for how things are going before we define a final date.

To raise awareness of the upcoming change, we are adding a warning into workflows which contain Actions running on Node 12. This will come into effect starting on September 27th.

Finomnis commented 1 year ago

This repository seems to be unmaintained since 2020, so no idea if this will ever happen. We might have to fork the entire actions-rs suite and integrate it into some organization that is maintained by more than one person.

oherrala commented 1 year ago

@Finomnis There's discussion about the maintenance status in https://github.com/actions-rs/meta/issues/43

pinkforest commented 1 year ago

Have updated rustsec/audit-check to node16

It also uses the forked actions-rs/core from rinse-repeat/actions-rs-core

The dependencies were out of data as well and these have been bumped.