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

Closed
wants to merge 24 commits into from

Conversation

erikburt
Copy link
Contributor

@erikburt erikburt commented May 7, 2024

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

Complications

There are complications with updating due to the usage of projectserum/build image which is based of an older version of ubuntu which doesn't support node20. This causes an error when you try and use node20 actions within the container. I've adjusted this update to account for that, but it's likely going to cause issues on May 13 due to the above.

Outdated Dependency Paths:

codeql-analysis.yml -> analyze -> actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c -> node16
codeql-analysis.yml -> analyze -> actions/setup-go@v3 -> node16
codeql-analysis.yml -> analyze -> github/codeql-action/analyze@39d8d7e78f59cf6b40ac3b9fbebef0c753d7c9e5 -> node16
codeql-analysis.yml -> analyze -> github/codeql-action/autobuild@39d8d7e78f59cf6b40ac3b9fbebef0c753d7c9e5 -> node16
codeql-analysis.yml -> analyze -> github/codeql-action/init@39d8d7e78f59cf6b40ac3b9fbebef0c753d7c9e5 -> node16
contract-release.yml -> get_projectserum_version -> actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c -> node16
contract-release.yml -> release-artifacts -> actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c -> node16
contract-release.yml -> release-artifacts -> softprops/action-gh-release@v1 -> node16
e2e_custom_cl.yml -> check_test_compilation -> actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c -> node16
e2e_custom_cl.yml -> check_test_compilation -> actions/setup-go@v3 -> node16
e2e_custom_cl.yml -> e2e_custom_build_artifacts -> ./.github/actions/build_contract_artifacts -> actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c -> node16
e2e_custom_cl.yml -> e2e_custom_build_artifacts -> ./.github/actions/build_contract_artifacts -> actions/setup-go@v4 -> node16
e2e_custom_cl.yml -> e2e_custom_build_artifacts -> ./.github/actions/build_contract_artifacts -> actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 -> node16
e2e_custom_cl.yml -> e2e_custom_build_artifacts -> actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c -> node16
e2e_custom_cl.yml -> e2e_custom_build_custom_chainlink_image -> smartcontractkit/chainlink-github-actions/chainlink-testing-framework/build-image@d5ab9fe53da374dd789b5d9ef10f3282197e088d -> actions/checkout@v3 -> node16
e2e_custom_cl.yml -> e2e_custom_build_custom_chainlink_image -> smartcontractkit/chainlink-github-actions/chainlink-testing-framework/build-image@d5ab9fe53da374dd789b5d9ef10f3282197e088d -> actions/setup-go@v3 -> node16
e2e_custom_cl.yml -> e2e_custom_build_custom_chainlink_image -> smartcontractkit/chainlink-github-actions/chainlink-testing-framework/build-image@d5ab9fe53da374dd789b5d9ef10f3282197e088d -> aws-actions/amazon-ecr-login@v1 -> node16
e2e_custom_cl.yml -> e2e_custom_build_custom_chainlink_image -> smartcontractkit/chainlink-github-actions/chainlink-testing-framework/build-image@d5ab9fe53da374dd789b5d9ef10f3282197e088d -> aws-actions/configure-aws-credentials@e1e17a757e536f70e52b5a12b2e8d1d1c60e04ef -> node16
e2e_custom_cl.yml -> e2e_custom_build_custom_chainlink_image -> smartcontractkit/chainlink-github-actions/chainlink-testing-framework/build-image@d5ab9fe53da374dd789b5d9ef10f3282197e088d -> docker/build-push-action@v3 -> node16
e2e_custom_cl.yml -> e2e_custom_build_custom_chainlink_image -> smartcontractkit/chainlink-github-actions/chainlink-testing-framework/build-image@d5ab9fe53da374dd789b5d9ef10f3282197e088d -> docker/setup-buildx-action@v2 -> node16
e2e_custom_cl.yml -> e2e_custom_build_custom_chainlink_image -> smartcontractkit/chainlink-github-actions/docker/image-exists@ad22fbd6f4d108b82aaf49b527bcf40f32babea8 -> aws-actions/amazon-ecr-login@v1 -> node16
e2e_custom_cl.yml -> e2e_custom_build_custom_chainlink_image -> smartcontractkit/chainlink-github-actions/docker/image-exists@ad22fbd6f4d108b82aaf49b527bcf40f32babea8 -> aws-actions/configure-aws-credentials@5fd3084fc36e372ff1fff382a39b10d03659f355 -> node16
e2e_custom_cl.yml -> e2e_custom_run_smoke_tests -> actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c -> node16
e2e_custom_cl.yml -> e2e_custom_run_smoke_tests -> actions/download-artifact@v3 -> node16
e2e_custom_cl.yml -> e2e_custom_run_smoke_tests -> smartcontractkit/chainlink-github-actions/chainlink-testing-framework/run-tests@eccde1970eca69f079d3efb3409938a72ade8497 -> actions/download-artifact@v3 -> node16
e2e_custom_cl.yml -> e2e_custom_run_smoke_tests -> smartcontractkit/chainlink-github-actions/chainlink-testing-framework/run-tests@eccde1970eca69f079d3efb3409938a72ade8497 -> actions/upload-artifact@v3 -> node16
e2e_custom_cl.yml -> e2e_custom_run_smoke_tests -> smartcontractkit/chainlink-github-actions/chainlink-testing-framework/run-tests@eccde1970eca69f079d3efb3409938a72ade8497 -> smartcontractkit/chainlink-github-actions/chainlink-testing-framework/[email protected] -> aws-actions/amazon-ecr-login@2f9f10ea3fa2eed41ac443fee8bfbd059af2d0a4 -> node16
e2e_custom_cl.yml -> e2e_custom_run_smoke_tests -> smartcontractkit/chainlink-github-actions/chainlink-testing-framework/run-tests@eccde1970eca69f079d3efb3409938a72ade8497 -> smartcontractkit/chainlink-github-actions/chainlink-testing-framework/[email protected] -> aws-actions/configure-aws-credentials@5fd3084fc36e372ff1fff382a39b10d03659f355 -> node16
e2e_custom_cl.yml -> e2e_custom_run_smoke_tests -> smartcontractkit/chainlink-github-actions/chainlink-testing-framework/run-tests@eccde1970eca69f079d3efb3409938a72ade8497 -> smartcontractkit/chainlink-github-actions/chainlink-testing-framework/[email protected] -> azure/k8s-set-context@v3 -> node16
e2e_custom_cl.yml -> e2e_custom_run_smoke_tests -> smartcontractkit/chainlink-github-actions/chainlink-testing-framework/run-tests@eccde1970eca69f079d3efb3409938a72ade8497 -> smartcontractkit/chainlink-github-actions/chainlink-testing-framework/[email protected] -> azure/setup-helm@v3 -> node16
e2e_custom_cl.yml -> e2e_custom_run_smoke_tests -> smartcontractkit/chainlink-github-actions/chainlink-testing-framework/run-tests@eccde1970eca69f079d3efb3409938a72ade8497 -> smartcontractkit/chainlink-github-actions/chainlink-testing-framework/[email protected] -> smartcontractkit/chainlink-github-actions/chainlink-testing-framework/[email protected] -> actions/cache/restore@v3 -> node16
e2e_custom_cl.yml -> e2e_custom_run_smoke_tests -> smartcontractkit/chainlink-github-actions/chainlink-testing-framework/run-tests@eccde1970eca69f079d3efb3409938a72ade8497 -> smartcontractkit/chainlink-github-actions/chainlink-testing-framework/[email protected] -> smartcontractkit/chainlink-github-actions/chainlink-testing-framework/[email protected] -> actions/cache@v3 -> node16
e2e_custom_cl.yml -> e2e_custom_run_smoke_tests -> smartcontractkit/chainlink-github-actions/chainlink-testing-framework/run-tests@eccde1970eca69f079d3efb3409938a72ade8497 -> smartcontractkit/chainlink-github-actions/chainlink-testing-framework/[email protected] -> smartcontractkit/chainlink-github-actions/chainlink-testing-framework/[email protected] -> actions/setup-go@v4 -> node16
e2e_custom_cl.yml -> get_projectserum_version -> actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c -> node16
e2e_testnet_daily.yml -> build_test_image -> ./.github/actions/build-test-image -> actions/download-artifact@v3 -> node16
e2e_testnet_daily.yml -> build_test_image -> ./.github/actions/build-test-image -> smartcontractkit/chainlink-github-actions/docker/build-push@336617ae6d70fec60c15cc3382e17a4d2615a801 -> aws-actions/amazon-ecr-login@v1 -> node16
e2e_testnet_daily.yml -> build_test_image -> ./.github/actions/build-test-image -> smartcontractkit/chainlink-github-actions/docker/build-push@336617ae6d70fec60c15cc3382e17a4d2615a801 -> aws-actions/configure-aws-credentials@5fd3084fc36e372ff1fff382a39b10d03659f355 -> node16
e2e_testnet_daily.yml -> build_test_image -> ./.github/actions/build-test-image -> smartcontractkit/chainlink-github-actions/docker/build-push@336617ae6d70fec60c15cc3382e17a4d2615a801 -> docker/build-push-action@v3 -> node16
e2e_testnet_daily.yml -> build_test_image -> ./.github/actions/build-test-image -> smartcontractkit/chainlink-github-actions/docker/build-push@336617ae6d70fec60c15cc3382e17a4d2615a801 -> docker/setup-buildx-action@v2 -> node16
e2e_testnet_daily.yml -> build_test_image -> ./.github/actions/build-test-image -> smartcontractkit/chainlink-github-actions/docker/image-exists@336617ae6d70fec60c15cc3382e17a4d2615a801 -> aws-actions/amazon-ecr-login@v1 -> node16
e2e_testnet_daily.yml -> build_test_image -> ./.github/actions/build-test-image -> smartcontractkit/chainlink-github-actions/docker/image-exists@336617ae6d70fec60c15cc3382e17a4d2615a801 -> aws-actions/configure-aws-credentials@5fd3084fc36e372ff1fff382a39b10d03659f355 -> node16
e2e_testnet_daily.yml -> changes -> dorny/paths-filter@4512585405083f25c027a35db413c2b3b9006d50 -> node16
e2e_testnet_daily.yml -> e2e_custom_build_artifacts -> actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 -> node16
e2e_testnet_daily.yml -> e2e_custom_build_artifacts -> smartcontractkit/chainlink-solana/.github/actions/build_contract_artifacts@21675b3a7dcdff8e790391708d4763020cace21e -> actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c -> node16
e2e_testnet_daily.yml -> e2e_custom_build_artifacts -> smartcontractkit/chainlink-solana/.github/actions/build_contract_artifacts@21675b3a7dcdff8e790391708d4763020cace21e -> actions/setup-go@v4 -> node16
e2e_testnet_daily.yml -> e2e_custom_build_artifacts -> smartcontractkit/chainlink-solana/.github/actions/build_contract_artifacts@21675b3a7dcdff8e790391708d4763020cace21e -> actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 -> node16
e2e_testnet_daily.yml -> e2e_custom_build_custom_chainlink_image -> smartcontractkit/chainlink-github-actions/chainlink-testing-framework/build-image@d5ab9fe53da374dd789b5d9ef10f3282197e088d -> actions/checkout@v3 -> node16
e2e_testnet_daily.yml -> e2e_custom_build_custom_chainlink_image -> smartcontractkit/chainlink-github-actions/chainlink-testing-framework/build-image@d5ab9fe53da374dd789b5d9ef10f3282197e088d -> actions/setup-go@v3 -> node16
e2e_testnet_daily.yml -> e2e_custom_build_custom_chainlink_image -> smartcontractkit/chainlink-github-actions/chainlink-testing-framework/build-image@d5ab9fe53da374dd789b5d9ef10f3282197e088d -> aws-actions/amazon-ecr-login@v1 -> node16
e2e_testnet_daily.yml -> e2e_custom_build_custom_chainlink_image -> smartcontractkit/chainlink-github-actions/chainlink-testing-framework/build-image@d5ab9fe53da374dd789b5d9ef10f3282197e088d -> aws-actions/configure-aws-credentials@e1e17a757e536f70e52b5a12b2e8d1d1c60e04ef -> node16
e2e_testnet_daily.yml -> e2e_custom_build_custom_chainlink_image -> smartcontractkit/chainlink-github-actions/chainlink-testing-framework/build-image@d5ab9fe53da374dd789b5d9ef10f3282197e088d -> docker/build-push-action@v3 -> node16
e2e_testnet_daily.yml -> e2e_custom_build_custom_chainlink_image -> smartcontractkit/chainlink-github-actions/chainlink-testing-framework/build-image@d5ab9fe53da374dd789b5d9ef10f3282197e088d -> docker/setup-buildx-action@v2 -> node16
e2e_testnet_daily.yml -> e2e_custom_build_custom_chainlink_image -> smartcontractkit/chainlink-github-actions/docker/image-exists@ad22fbd6f4d108b82aaf49b527bcf40f32babea8 -> aws-actions/amazon-ecr-login@v1 -> node16
e2e_testnet_daily.yml -> e2e_custom_build_custom_chainlink_image -> smartcontractkit/chainlink-github-actions/docker/image-exists@ad22fbd6f4d108b82aaf49b527bcf40f32babea8 -> aws-actions/configure-aws-credentials@5fd3084fc36e372ff1fff382a39b10d03659f355 -> node16
e2e_testnet_daily.yml -> e2e_custom_run_daily_testnet_smoke_tests -> smartcontractkit/chainlink-github-actions/chainlink-testing-framework/run-tests@ad22fbd6f4d108b82aaf49b527bcf40f32babea8 -> actions/download-artifact@v3 -> node16
e2e_testnet_daily.yml -> e2e_custom_run_daily_testnet_smoke_tests -> smartcontractkit/chainlink-github-actions/chainlink-testing-framework/run-tests@ad22fbd6f4d108b82aaf49b527bcf40f32babea8 -> actions/upload-artifact@v3 -> node16
e2e_testnet_daily.yml -> e2e_custom_run_daily_testnet_smoke_tests -> smartcontractkit/chainlink-github-actions/chainlink-testing-framework/run-tests@ad22fbd6f4d108b82aaf49b527bcf40f32babea8 -> smartcontractkit/chainlink-github-actions/chainlink-testing-framework/[email protected] -> actions/cache@v3 -> node16
e2e_testnet_daily.yml -> e2e_custom_run_daily_testnet_smoke_tests -> smartcontractkit/chainlink-github-actions/chainlink-testing-framework/run-tests@ad22fbd6f4d108b82aaf49b527bcf40f32babea8 -> smartcontractkit/chainlink-github-actions/chainlink-testing-framework/[email protected] -> actions/setup-go@v3 -> node16
e2e_testnet_daily.yml -> e2e_custom_run_daily_testnet_smoke_tests -> smartcontractkit/chainlink-github-actions/chainlink-testing-framework/run-tests@ad22fbd6f4d108b82aaf49b527bcf40f32babea8 -> smartcontractkit/chainlink-github-actions/chainlink-testing-framework/[email protected] -> aws-actions/amazon-ecr-login@2f9f10ea3fa2eed41ac443fee8bfbd059af2d0a4 -> node16
e2e_testnet_daily.yml -> e2e_custom_run_daily_testnet_smoke_tests -> smartcontractkit/chainlink-github-actions/chainlink-testing-framework/run-tests@ad22fbd6f4d108b82aaf49b527bcf40f32babea8 -> smartcontractkit/chainlink-github-actions/chainlink-testing-framework/[email protected] -> aws-actions/configure-aws-credentials@e1e17a757e536f70e52b5a12b2e8d1d1c60e04ef -> node16
e2e_testnet_daily.yml -> e2e_custom_run_daily_testnet_smoke_tests -> smartcontractkit/chainlink-github-actions/chainlink-testing-framework/run-tests@ad22fbd6f4d108b82aaf49b527bcf40f32babea8 -> smartcontractkit/chainlink-github-actions/chainlink-testing-framework/[email protected] -> azure/k8s-set-context@v3 -> node16
e2e_testnet_daily.yml -> e2e_custom_run_daily_testnet_smoke_tests -> smartcontractkit/chainlink-github-actions/chainlink-testing-framework/run-tests@ad22fbd6f4d108b82aaf49b527bcf40f32babea8 -> smartcontractkit/chainlink-github-actions/chainlink-testing-framework/[email protected] -> azure/setup-helm@v3 -> node16
e2e_testnet_daily.yml -> get_solana_sha -> ./.github/actions/setup-go -> actions/cache@v3 -> node16
e2e_testnet_daily.yml -> get_solana_sha -> ./.github/actions/setup-go -> actions/setup-go@v4 -> node16
gauntlet.yml -> gauntlet_build -> actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c -> node16
gauntlet.yml -> gauntlet_build -> actions/setup-node@v2 -> node12
gauntlet.yml -> gauntlet_eslint -> actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab -> node16
gauntlet.yml -> gauntlet_eslint -> actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 -> node16
gauntlet.yml -> gauntlet_eslint -> cachix/cachix-action@v12 -> node16
gauntlet.yml -> gauntlet_format -> actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c -> node16
gauntlet.yml -> gauntlet_format -> actions/setup-node@v2 -> node12
gauntlet.yml -> gauntlet_run_tests -> actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c -> node16
gauntlet.yml -> gauntlet_run_tests -> actions/setup-node@v2 -> node12
gauntlet.yml -> tool_versions -> actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c -> node16
golangci-lint.yml -> golang_lint_integration_tests -> actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab -> node16
golangci-lint.yml -> golang_lint_integration_tests -> actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 -> node16
golangci-lint.yml -> golang_lint_relay -> actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab -> node16
golangci-lint.yml -> golang_lint_relay -> actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 -> node16
integration-tests-publish.yml -> e2e-custom-build-artifacts -> ./.github/actions/build_contract_artifacts -> actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c -> node16
integration-tests-publish.yml -> e2e-custom-build-artifacts -> ./.github/actions/build_contract_artifacts -> actions/setup-go@v4 -> node16
integration-tests-publish.yml -> e2e-custom-build-artifacts -> ./.github/actions/build_contract_artifacts -> actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 -> node16
integration-tests-publish.yml -> e2e-custom-build-artifacts -> actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c -> node16
integration-tests-publish.yml -> get-projectserum-version -> actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c -> node16
integration-tests-publish.yml -> publish-integration-test-image -> ./.github/actions/build-test-image -> actions/download-artifact@v3 -> node16
integration-tests-publish.yml -> publish-integration-test-image -> ./.github/actions/build-test-image -> smartcontractkit/chainlink-github-actions/docker/build-push@336617ae6d70fec60c15cc3382e17a4d2615a801 -> aws-actions/amazon-ecr-login@v1 -> node16
integration-tests-publish.yml -> publish-integration-test-image -> ./.github/actions/build-test-image -> smartcontractkit/chainlink-github-actions/docker/build-push@336617ae6d70fec60c15cc3382e17a4d2615a801 -> aws-actions/configure-aws-credentials@5fd3084fc36e372ff1fff382a39b10d03659f355 -> node16
integration-tests-publish.yml -> publish-integration-test-image -> ./.github/actions/build-test-image -> smartcontractkit/chainlink-github-actions/docker/build-push@336617ae6d70fec60c15cc3382e17a4d2615a801 -> docker/build-push-action@v3 -> node16
integration-tests-publish.yml -> publish-integration-test-image -> ./.github/actions/build-test-image -> smartcontractkit/chainlink-github-actions/docker/build-push@336617ae6d70fec60c15cc3382e17a4d2615a801 -> docker/setup-buildx-action@v2 -> node16
integration-tests-publish.yml -> publish-integration-test-image -> ./.github/actions/build-test-image -> smartcontractkit/chainlink-github-actions/docker/image-exists@336617ae6d70fec60c15cc3382e17a4d2615a801 -> aws-actions/amazon-ecr-login@v1 -> node16
integration-tests-publish.yml -> publish-integration-test-image -> ./.github/actions/build-test-image -> smartcontractkit/chainlink-github-actions/docker/image-exists@336617ae6d70fec60c15cc3382e17a4d2615a801 -> aws-actions/configure-aws-credentials@5fd3084fc36e372ff1fff382a39b10d03659f355 -> node16
integration-tests-publish.yml -> publish-integration-test-image -> actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c -> node16
lint-gh-workflows.yml -> lint_workflows -> actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c -> node16
open-pr.yml -> create-commits-and-pr -> actions/checkout@v3 -> node16
open-pr.yml -> create-commits-and-pr -> actions/setup-go@v3 -> node16
relay.yml -> relay_run_unit_tests -> actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c -> node16
relay.yml -> relay_run_unit_tests -> actions/setup-go@v3 -> node16
relay.yml -> relay_run_unit_tests -> actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 -> node16
rust.yml -> get_projectserum_version -> actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c -> node16
rust.yml -> rust_lint -> actions/[email protected] -> node12
rust.yml -> rust_lint -> actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c -> node16
rust.yml -> rust_run_anchor_tests -> actions/[email protected] -> node12
rust.yml -> rust_run_anchor_tests -> actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c -> node16
soak.yml -> get_projectserum_version -> actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c -> node16
soak.yml -> soak_testing_build_contracts -> ./.github/actions/build_contract_artifacts -> actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c -> node16
soak.yml -> soak_testing_build_contracts -> ./.github/actions/build_contract_artifacts -> actions/setup-go@v4 -> node16
soak.yml -> soak_testing_build_contracts -> ./.github/actions/build_contract_artifacts -> actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 -> node16
soak.yml -> soak_testing_build_contracts -> actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c -> node16
soak.yml -> soak_testing_build_custom_chainlink_image -> smartcontractkit/chainlink-github-actions/chainlink-testing-framework/build-image@cosmos_one_off -> actions/checkout@v3 -> node16
soak.yml -> soak_testing_build_custom_chainlink_image -> smartcontractkit/chainlink-github-actions/chainlink-testing-framework/build-image@cosmos_one_off -> actions/setup-go@v3 -> node16
soak.yml -> soak_testing_build_custom_chainlink_image -> smartcontractkit/chainlink-github-actions/chainlink-testing-framework/build-image@cosmos_one_off -> aws-actions/amazon-ecr-login@v1 -> node16
soak.yml -> soak_testing_build_custom_chainlink_image -> smartcontractkit/chainlink-github-actions/chainlink-testing-framework/build-image@cosmos_one_off -> aws-actions/configure-aws-credentials@e1e17a757e536f70e52b5a12b2e8d1d1c60e04ef -> node16
soak.yml -> soak_testing_build_custom_chainlink_image -> smartcontractkit/chainlink-github-actions/chainlink-testing-framework/build-image@cosmos_one_off -> docker/build-push-action@v3 -> node16
soak.yml -> soak_testing_build_custom_chainlink_image -> smartcontractkit/chainlink-github-actions/chainlink-testing-framework/build-image@cosmos_one_off -> docker/setup-buildx-action@v2 -> node16
soak.yml -> soak_testing_build_custom_chainlink_image -> smartcontractkit/chainlink-github-actions/docker/image-exists@336617ae6d70fec60c15cc3382e17a4d2615a801 -> aws-actions/amazon-ecr-login@v1 -> node16
soak.yml -> soak_testing_build_custom_chainlink_image -> smartcontractkit/chainlink-github-actions/docker/image-exists@336617ae6d70fec60c15cc3382e17a4d2615a801 -> aws-actions/configure-aws-credentials@5fd3084fc36e372ff1fff382a39b10d03659f355 -> node16
soak.yml -> soak_testing_run_test -> ./.github/actions/build-test-image -> actions/download-artifact@v3 -> node16
soak.yml -> soak_testing_run_test -> ./.github/actions/build-test-image -> smartcontractkit/chainlink-github-actions/docker/build-push@336617ae6d70fec60c15cc3382e17a4d2615a801 -> aws-actions/amazon-ecr-login@v1 -> node16
soak.yml -> soak_testing_run_test -> ./.github/actions/build-test-image -> smartcontractkit/chainlink-github-actions/docker/build-push@336617ae6d70fec60c15cc3382e17a4d2615a801 -> aws-actions/configure-aws-credentials@5fd3084fc36e372ff1fff382a39b10d03659f355 -> node16
soak.yml -> soak_testing_run_test -> ./.github/actions/build-test-image -> smartcontractkit/chainlink-github-actions/docker/build-push@336617ae6d70fec60c15cc3382e17a4d2615a801 -> docker/build-push-action@v3 -> node16
soak.yml -> soak_testing_run_test -> ./.github/actions/build-test-image -> smartcontractkit/chainlink-github-actions/docker/build-push@336617ae6d70fec60c15cc3382e17a4d2615a801 -> docker/setup-buildx-action@v2 -> node16
soak.yml -> soak_testing_run_test -> ./.github/actions/build-test-image -> smartcontractkit/chainlink-github-actions/docker/image-exists@336617ae6d70fec60c15cc3382e17a4d2615a801 -> aws-actions/amazon-ecr-login@v1 -> node16
soak.yml -> soak_testing_run_test -> ./.github/actions/build-test-image -> smartcontractkit/chainlink-github-actions/docker/image-exists@336617ae6d70fec60c15cc3382e17a4d2615a801 -> aws-actions/configure-aws-credentials@5fd3084fc36e372ff1fff382a39b10d03659f355 -> node16
soak.yml -> soak_testing_run_test -> actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c -> node16
soak.yml -> soak_testing_run_test -> smartcontractkit/chainlink-github-actions/chainlink-testing-framework/run-tests@336617ae6d70fec60c15cc3382e17a4d2615a801 -> actions/download-artifact@v3 -> node16
soak.yml -> soak_testing_run_test -> smartcontractkit/chainlink-github-actions/chainlink-testing-framework/run-tests@336617ae6d70fec60c15cc3382e17a4d2615a801 -> actions/upload-artifact@v3 -> node16
soak.yml -> soak_testing_run_test -> smartcontractkit/chainlink-github-actions/chainlink-testing-framework/run-tests@336617ae6d70fec60c15cc3382e17a4d2615a801 -> smartcontractkit/chainlink-github-actions/chainlink-testing-framework/[email protected] -> actions/cache@v3 -> node16
soak.yml -> soak_testing_run_test -> smartcontractkit/chainlink-github-actions/chainlink-testing-framework/run-tests@336617ae6d70fec60c15cc3382e17a4d2615a801 -> smartcontractkit/chainlink-github-actions/chainlink-testing-framework/[email protected] -> actions/setup-go@v3 -> node16
soak.yml -> soak_testing_run_test -> smartcontractkit/chainlink-github-actions/chainlink-testing-framework/run-tests@336617ae6d70fec60c15cc3382e17a4d2615a801 -> smartcontractkit/chainlink-github-actions/chainlink-testing-framework/[email protected] -> aws-actions/amazon-ecr-login@2f9f10ea3fa2eed41ac443fee8bfbd059af2d0a4 -> node16
soak.yml -> soak_testing_run_test -> smartcontractkit/chainlink-github-actions/chainlink-testing-framework/run-tests@336617ae6d70fec60c15cc3382e17a4d2615a801 -> smartcontractkit/chainlink-github-actions/chainlink-testing-framework/[email protected] -> aws-actions/configure-aws-credentials@e1e17a757e536f70e52b5a12b2e8d1d1c60e04ef -> node16
soak.yml -> soak_testing_run_test -> smartcontractkit/chainlink-github-actions/chainlink-testing-framework/run-tests@336617ae6d70fec60c15cc3382e17a4d2615a801 -> smartcontractkit/chainlink-github-actions/chainlink-testing-framework/[email protected] -> azure/k8s-set-context@v3 -> node16
soak.yml -> soak_testing_run_test -> smartcontractkit/chainlink-github-actions/chainlink-testing-framework/run-tests@336617ae6d70fec60c15cc3382e17a4d2615a801 -> smartcontractkit/chainlink-github-actions/chainlink-testing-framework/[email protected] -> azure/setup-helm@v3 -> node16
soak.yml -> test-image-exists -> smartcontractkit/chainlink-github-actions/docker/image-exists@336617ae6d70fec60c15cc3382e17a4d2615a801 -> aws-actions/amazon-ecr-login@v1 -> node16
soak.yml -> test-image-exists -> smartcontractkit/chainlink-github-actions/docker/image-exists@336617ae6d70fec60c15cc3382e17a4d2615a801 -> aws-actions/configure-aws-credentials@5fd3084fc36e372ff1fff382a39b10d03659f355 -> node16
sonar-scan.yml -> sonarqube -> actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab -> node16
sonar-scan.yml -> sonarqube -> dawidd6/[email protected] -> node16
sonar-scan.yml -> tools -> actions/checkout@v3 -> node16
sonar-scan.yml -> wait_for_workflows -> actions/checkout@v3 -> node16
upstream-tracker.yml -> SIMD-Update-Checker -> actions/checkout@v3 -> node16

Outdated dependency paths after:

e2e_custom_cl.yml -> e2e_custom_build_artifacts -> ./.github/actions/build_contract_artifacts -> actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c -> node16
e2e_custom_cl.yml -> e2e_custom_build_artifacts -> ./.github/actions/build_contract_artifacts -> actions/setup-go@v4 -> node16
e2e_custom_cl.yml -> e2e_custom_build_artifacts -> ./.github/actions/build_contract_artifacts -> actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 -> node16
e2e_custom_cl.yml -> e2e_custom_build_artifacts -> actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 -> node16
e2e_testnet_daily.yml -> e2e_custom_build_artifacts -> actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 -> node16
e2e_testnet_daily.yml -> e2e_custom_build_artifacts -> smartcontractkit/chainlink-solana/.github/actions/build_contract_artifacts@21675b3a7dcdff8e790391708d4763020cace21e -> actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c -> node16
e2e_testnet_daily.yml -> e2e_custom_build_artifacts -> smartcontractkit/chainlink-solana/.github/actions/build_contract_artifacts@21675b3a7dcdff8e790391708d4763020cace21e -> actions/setup-go@v4 -> node16
e2e_testnet_daily.yml -> e2e_custom_build_artifacts -> smartcontractkit/chainlink-solana/.github/actions/build_contract_artifacts@21675b3a7dcdff8e790391708d4763020cace21e -> actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 -> node16
integration-tests-publish.yml -> e2e-custom-build-artifacts -> ./.github/actions/build_contract_artifacts -> actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c -> node16
integration-tests-publish.yml -> e2e-custom-build-artifacts -> ./.github/actions/build_contract_artifacts -> actions/setup-go@v4 -> node16
integration-tests-publish.yml -> e2e-custom-build-artifacts -> ./.github/actions/build_contract_artifacts -> actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 -> node16
soak.yml -> soak_testing_build_contracts -> ./.github/actions/build_contract_artifacts -> actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c -> node16
soak.yml -> soak_testing_build_contracts -> ./.github/actions/build_contract_artifacts -> actions/setup-go@v4 -> node16
soak.yml -> soak_testing_build_contracts -> ./.github/actions/build_contract_artifacts -> actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 -> node16

@erikburt erikburt requested a review from a team May 7, 2024 23:28
@erikburt erikburt self-assigned this May 7, 2024
@erikburt erikburt requested a review from a team as a code owner May 7, 2024 23:28
@erikburt erikburt force-pushed the chore/update-github-actions-1715123545651 branch from df686d7 to c3b9061 Compare May 7, 2024 23:36
@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
Copy link
Contributor Author

Closing in favour of #702

@erikburt erikburt closed this May 10, 2024
@erikburt erikburt deleted the chore/update-github-actions-1715123545651 branch May 10, 2024 16:22
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