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 #60

Merged
merged 10 commits into from
May 2, 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:CI Lint ---> Job:ci-lint ---> smartcontractkit/.github/actions/ci-lint-go@19659dbe77426f23915b80aed6948dd4698b53ba ---> actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 ---> node16
Workflow:CI Test ---> Job:ci-test ---> actions/cache@e12d46a63a90f2fae62d114769bbf2a179198b5c ---> node16
Workflow:Dependency Vulnerability Check ---> Job:changes ---> dorny/paths-filter@4512585405083f25c027a35db413c2b3b9006d50 ---> node16
Workflow:SonarQube Scan ---> Job:sonarqube ---> dawidd6/action-download-artifact@v2.27.0 ---> node16

@erikburt erikburt requested a review from a team April 30, 2024 23:59
@erikburt erikburt self-assigned this Apr 30, 2024
@cl-sonarqube-production
Copy link

Quality Gate passed Quality Gate passed

Issues
0 New issues
0 Fixed issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
No data about Duplication

See analysis details on SonarQube

@erikburt erikburt requested a review from patrickhuie19 May 1, 2024 07:06
@erikburt
Copy link
Contributor Author

erikburt commented May 1, 2024

@patrickhuie19 can you merge for me as well?

@patrickhuie19 patrickhuie19 merged commit dc1e649 into main May 2, 2024
6 of 7 checks passed
@patrickhuie19 patrickhuie19 deleted the chore/update-github-actions-1714521466929 branch May 2, 2024 21: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.

3 participants