audit-check icon indicating copy to clipboard operation
audit-check copied to clipboard

Update to Node 16

Open oherrala opened this issue 1 year ago • 3 comments

Do the checklist before filing an issue:

  • [x] Is this related to the actions-rs Actions? If you think it's a problem related to Github Actions in general, use GitHub Community forum instead: https://github.community
  • [x] You've read the Contributing section about bugs reporting: https://github.com/actions-rs/.github/blob/master/CONTRIBUTING.md#reporting-bugs
  • [ ] Is this something you can debug and fix? Send a pull request! Bug fixes and documentation fixes are welcome.

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.

oherrala avatar Nov 21 '22 19:11 oherrala

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.

Finomnis avatar Dec 22 '22 12:12 Finomnis

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

oherrala avatar Dec 22 '22 15:12 oherrala

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.

pinkforest avatar Mar 27 '23 14:03 pinkforest