Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Several in-use GitHub Actions use outdated NodeJS versions #10916

Open
bencomp opened this issue Oct 9, 2024 · 0 comments
Open

Several in-use GitHub Actions use outdated NodeJS versions #10916

bencomp opened this issue Oct 9, 2024 · 0 comments
Labels
Type: Bug a defect

Comments

@bencomp
Copy link
Contributor

bencomp commented Oct 9, 2024

What steps does it take to reproduce the issue?

  • When does this issue occur?
    When GitHub Workflows are run.

  • Which page(s) does it occurs on?
    On GitHub Workflows/Actions run result pages, for example https:/IQSS/dataverse/actions/runs/11263238116.

  • What happens?
    Above or below the results of a workflow run, annotations warn about Actions that use versions of NodeJS that are end of life. E.g., the Checkstyle job uses actions/checkout@v2, which uses Node 12.

  • To whom does it occur (all users, curators, superusers)?
    Developers

  • What did you expect to happen?
    No warnings should be produced (because workflows should use more recent and supported Actions).

Which version of Dataverse are you using?
n/a – this is about the infrastructure.

Any related open or closed issues to this bug report?
#9829 is a different example of an outdated workflow, but it is not related otherwise.

Screenshots:

https:/IQSS/dataverse/actions/runs/11263238116 should be clear enough.

Are you thinking about creating a pull request for this issue?
I do consider it, although we can let Dependabot do it as well.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Bug a defect
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant