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

Update Github Actions packages for Node.js 16 deprecation #1822

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

kyoppii13
Copy link
Contributor

@kyoppii13 kyoppii13 commented Feb 14, 2024

Overview

I have updated packages in Github Actions. Because There is following message in Actions result page.

Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-java@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, github/codeql-action/init@v2, github/codeql-action/autobuild@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.

The setup-java requires v2 or higher to specify java distribution [link]. So I choose "zulu". because it is default distribution of setup-java@v1.

Result

I confirmed that the results of Github Actions are the same as before.

CI
https://github.com/treasure-data/digdag/actions/runs/7898688236

Code scanning
https://github.com/treasure-data/digdag/actions/runs/7898688235/job/21556590577
(This has been failing in autobuild from before.)

Links

https://github.blog/changelog/2024-01-12-code-scanning-deprecation-of-codeql-action-v2/
https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/

@kyoppii13 kyoppii13 changed the title update Github actions packages Update Github Actions packages for Node.js 16 deprecation Feb 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant