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

chore: github action version bumps #55

Merged
merged 5 commits into from
Apr 30, 2024

Conversation

erikburt
Copy link
Contributor

What

Updating Github Action references in all workflows.

Why

Github Actions node16 deprecation. See blog post (github.blog)

Node16 has been out of support since September 2023. As a result we have started the deprecation process of Node16 for GitHub Actions. We plan to migrate all actions to run on Node20 by Spring 2024.
Following on from our warning in workflows using Node16 we will start enforcing the use of Node20 rather than Node16 on the 13th of May.

Notes

RE-2531

Outdated Dependency Paths:

Workflow:pull-request-master ---> Job:ci-lint ---> smartcontractkit/.github/actions/ci-lint-go@6b08487b176ef7cad086526d0b54ddff6691c044 ---> cardinalby/export-env-action@04460b5708ae685cda6419c29deb8903ca2db74a ---> node16
Workflow:pull-request-master ---> Job:ci-lint ---> smartcontractkit/.github/actions/ci-lint-go@6b08487b176ef7cad086526d0b54ddff6691c044 ---> golangci/golangci-lint-action@3a919529898de77ec3da873e3063ca4b10e7f5cc ---> node16
Workflow:pull-request-master ---> Job:ci-lint ---> smartcontractkit/.github/actions/ci-lint-go@6b08487b176ef7cad086526d0b54ddff6691c044 ---> actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 ---> node16
Workflow:pull-request-master ---> Job:ci-sonarqube ---> smartcontractkit/.github/actions/ci-sonarqube@6b08487b176ef7cad086526d0b54ddff6691c044 ---> actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a ---> node16

@erikburt erikburt requested a review from a team April 30, 2024 19:14
@erikburt erikburt self-assigned this Apr 30, 2024
Copy link

@chainchad chainchad left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍 👍

@erikburt erikburt merged commit a5a1065 into master Apr 30, 2024
6 checks passed
@erikburt erikburt deleted the chore/update-github-actions-1714504389668 branch April 30, 2024 20:01
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.

2 participants