From 4d1708c4384d5720e38e77d8fa046aef99594a24 Mon Sep 17 00:00:00 2001 From: Mikolaj Gasior Date: Mon, 20 Nov 2023 08:31:46 +0100 Subject: [PATCH] A0-3266: Bump Cardinal-Cryptography/github-actions from v3 to v4 (#1493) # Description Bumps our github actions from v3 to v4 to make use of new version of featurenet actions, which now spin archivist as a bootnode. ## Type of change Change only to actions related to featurenets. # Checklist: - I have added tests --- ...nd-push-pull-request-image-to-featurenets.yml | 2 +- .github/workflows/_build-liminal-node.yml | 2 +- ...uild-production-node-and-e2e-client-image.yml | 2 +- .../_build-production-node-and-runtime.yml | 4 ++-- .../_build-test-node-and-e2e-client-image.yml | 2 +- .../workflows/_build-test-node-and-runtime.yml | 4 ++-- .github/workflows/_check-code-formatting.yml | 2 +- .github/workflows/_check-excluded-packages.yml | 2 +- .../_check-production-node-and-runtime.yml | 4 ++-- .github/workflows/_check-runtime-determimism.yml | 2 +- .github/workflows/_run-e2e-tests.yml | 2 +- .../workflows/_unit-tests-and-static-checks.yml | 4 ++-- .github/workflows/_update-node-image-infra.yml | 4 ++-- .github/workflows/build-and-push-cliain.yml | 6 +++--- .github/workflows/build-docs.yml | 2 +- .github/workflows/contracts-deploy.yml | 2 +- .github/workflows/deploy-to-mainnet.yml | 4 ++-- .../workflows/featurenet-create-from-branch.yml | 2 +- .github/workflows/featurenet-create-from-net.yml | 2 +- .github/workflows/featurenet-delete.yml | 2 +- .github/workflows/featurenet-update.yml | 2 +- .github/workflows/nightly-fe-e2e-tests.yml | 6 +++--- .github/workflows/nightly-integration-tests.yml | 4 ++-- .github/workflows/nightly-update-net-tests.yml | 16 ++++++++-------- ...in-branch-commit-push-liminal-node-to-ecr.yml | 2 +- .../on-main-or-release-branch-commit.yml | 2 +- .github/workflows/on-pull-request-change.yml | 2 +- .github/workflows/on-pull-request-close.yml | 2 +- .github/workflows/on-pull-request-label.yml | 2 +- .github/workflows/on-push-release-tag.yml | 2 +- .github/workflows/on-release.yml | 2 +- .github/workflows/push-foundation-repo.yml | 4 ++-- .github/workflows/yaml-lint.yml | 2 +- .github/workflows/yaml-validate.yml | 2 +- 34 files changed, 53 insertions(+), 53 deletions(-) diff --git a/.github/workflows/_build-and-push-pull-request-image-to-featurenets.yml b/.github/workflows/_build-and-push-pull-request-image-to-featurenets.yml index 98bbc8f1c5..07e2700956 100644 --- a/.github/workflows/_build-and-push-pull-request-image-to-featurenets.yml +++ b/.github/workflows/_build-and-push-pull-request-image-to-featurenets.yml @@ -16,7 +16,7 @@ jobs: - name: Call action get-ref-properties id: get-ref-properties - uses: Cardinal-Cryptography/github-actions/get-ref-properties@v3 + uses: Cardinal-Cryptography/github-actions/get-ref-properties@v4 - name: Download test aleph-node artifact uses: actions/download-artifact@v3 diff --git a/.github/workflows/_build-liminal-node.yml b/.github/workflows/_build-liminal-node.yml index 68b01e0b8f..fc0ec22f1f 100644 --- a/.github/workflows/_build-liminal-node.yml +++ b/.github/workflows/_build-liminal-node.yml @@ -17,7 +17,7 @@ jobs: uses: actions/checkout@v4 - name: Install Rust toolchain - uses: Cardinal-Cryptography/github-actions/install-rust-toolchain@v3 + uses: Cardinal-Cryptography/github-actions/install-rust-toolchain@v4 with: targets: wasm32-unknown-unknown diff --git a/.github/workflows/_build-production-node-and-e2e-client-image.yml b/.github/workflows/_build-production-node-and-e2e-client-image.yml index e7e2bcfae0..3a6182ebe5 100644 --- a/.github/workflows/_build-production-node-and-e2e-client-image.yml +++ b/.github/workflows/_build-production-node-and-e2e-client-image.yml @@ -62,7 +62,7 @@ jobs: uses: actions/checkout@v4 - name: Install Rust toolchain - uses: Cardinal-Cryptography/github-actions/install-rust-toolchain@v3 + uses: Cardinal-Cryptography/github-actions/install-rust-toolchain@v4 - name: Build binary and docker image run: | diff --git a/.github/workflows/_build-production-node-and-runtime.yml b/.github/workflows/_build-production-node-and-runtime.yml index 9f2672a98f..c22cf753c5 100644 --- a/.github/workflows/_build-production-node-and-runtime.yml +++ b/.github/workflows/_build-production-node-and-runtime.yml @@ -19,10 +19,10 @@ jobs: - name: Call action get-ref-properties id: get-ref-properties # yamllint disable-line rule:line-length - uses: Cardinal-Cryptography/github-actions/get-ref-properties@v3 + uses: Cardinal-Cryptography/github-actions/get-ref-properties@v4 - name: Install Rust toolchain - uses: Cardinal-Cryptography/github-actions/install-rust-toolchain@v3 + uses: Cardinal-Cryptography/github-actions/install-rust-toolchain@v4 with: targets: wasm32-unknown-unknown diff --git a/.github/workflows/_build-test-node-and-e2e-client-image.yml b/.github/workflows/_build-test-node-and-e2e-client-image.yml index 32de3f7f96..a0b65bc355 100644 --- a/.github/workflows/_build-test-node-and-e2e-client-image.yml +++ b/.github/workflows/_build-test-node-and-e2e-client-image.yml @@ -43,7 +43,7 @@ jobs: retention-days: 7 - name: Install Rust Toolchain - uses: Cardinal-Cryptography/github-actions/install-rust-toolchain@v3 + uses: Cardinal-Cryptography/github-actions/install-rust-toolchain@v4 - name: Build binary and docker image run: | diff --git a/.github/workflows/_build-test-node-and-runtime.yml b/.github/workflows/_build-test-node-and-runtime.yml index a444770b65..49ad04916a 100644 --- a/.github/workflows/_build-test-node-and-runtime.yml +++ b/.github/workflows/_build-test-node-and-runtime.yml @@ -19,10 +19,10 @@ jobs: - name: Call action get-ref-properties id: get-ref-properties # yamllint disable-line rule:line-length - uses: Cardinal-Cryptography/github-actions/get-ref-properties@v3 + uses: Cardinal-Cryptography/github-actions/get-ref-properties@v4 - name: Install Rust toolchain - uses: Cardinal-Cryptography/github-actions/install-rust-toolchain@v3 + uses: Cardinal-Cryptography/github-actions/install-rust-toolchain@v4 with: targets: wasm32-unknown-unknown diff --git a/.github/workflows/_check-code-formatting.yml b/.github/workflows/_check-code-formatting.yml index 0ffd9f2ae0..20d84cda9e 100644 --- a/.github/workflows/_check-code-formatting.yml +++ b/.github/workflows/_check-code-formatting.yml @@ -16,7 +16,7 @@ jobs: uses: actions/checkout@v4 - name: Install Nightly Rust Toolchain - uses: Cardinal-Cryptography/github-actions/install-rust-toolchain@v3 + uses: Cardinal-Cryptography/github-actions/install-rust-toolchain@v4 with: channel: nightly-2023-01-10 targets: wasm32-unknown-unknown diff --git a/.github/workflows/_check-excluded-packages.yml b/.github/workflows/_check-excluded-packages.yml index 1486913e18..c31e764d44 100644 --- a/.github/workflows/_check-excluded-packages.yml +++ b/.github/workflows/_check-excluded-packages.yml @@ -17,7 +17,7 @@ jobs: uses: actions/checkout@v4 - name: Install rustup and rust toolchain - uses: Cardinal-Cryptography/github-actions/install-rust-toolchain@v3 + uses: Cardinal-Cryptography/github-actions/install-rust-toolchain@v4 - name: Read contracts toolchain id: contracts-toolchain-channel diff --git a/.github/workflows/_check-production-node-and-runtime.yml b/.github/workflows/_check-production-node-and-runtime.yml index 68a8879abd..949ff33443 100644 --- a/.github/workflows/_check-production-node-and-runtime.yml +++ b/.github/workflows/_check-production-node-and-runtime.yml @@ -19,10 +19,10 @@ jobs: - name: Call action get-ref-properties id: get-ref-properties # yamllint disable-line rule:line-length - uses: Cardinal-Cryptography/github-actions/get-ref-properties@v3 + uses: Cardinal-Cryptography/github-actions/get-ref-properties@v4 - name: Install Rust toolchain - uses: Cardinal-Cryptography/github-actions/install-rust-toolchain@v3 + uses: Cardinal-Cryptography/github-actions/install-rust-toolchain@v4 with: targets: wasm32-unknown-unknown diff --git a/.github/workflows/_check-runtime-determimism.yml b/.github/workflows/_check-runtime-determimism.yml index e9738cec95..57b469eafe 100644 --- a/.github/workflows/_check-runtime-determimism.yml +++ b/.github/workflows/_check-runtime-determimism.yml @@ -17,7 +17,7 @@ jobs: uses: actions/checkout@v4 - name: Install Rust toolchain - uses: Cardinal-Cryptography/github-actions/install-rust-toolchain@v3 + uses: Cardinal-Cryptography/github-actions/install-rust-toolchain@v4 with: targets: wasm32-unknown-unknown diff --git a/.github/workflows/_run-e2e-tests.yml b/.github/workflows/_run-e2e-tests.yml index 96725a6217..46387164ad 100644 --- a/.github/workflows/_run-e2e-tests.yml +++ b/.github/workflows/_run-e2e-tests.yml @@ -391,7 +391,7 @@ jobs: uses: actions/checkout@v4 - name: Install Rust toolchain - uses: Cardinal-Cryptography/github-actions/install-rust-toolchain@v3 + uses: Cardinal-Cryptography/github-actions/install-rust-toolchain@v4 with: targets: wasm32-unknown-unknown components: rust-src diff --git a/.github/workflows/_unit-tests-and-static-checks.yml b/.github/workflows/_unit-tests-and-static-checks.yml index 6f94ee2be4..fe46682d21 100644 --- a/.github/workflows/_unit-tests-and-static-checks.yml +++ b/.github/workflows/_unit-tests-and-static-checks.yml @@ -16,7 +16,7 @@ jobs: uses: actions/checkout@v4 - name: Install Rust Toolchain - uses: Cardinal-Cryptography/github-actions/install-rust-toolchain@v3 + uses: Cardinal-Cryptography/github-actions/install-rust-toolchain@v4 - name: Run clippy uses: actions-rs/cargo@v1 @@ -39,7 +39,7 @@ jobs: uses: actions/checkout@v4 - name: Install Rust Toolchain - uses: Cardinal-Cryptography/github-actions/install-rust-toolchain@v3 + uses: Cardinal-Cryptography/github-actions/install-rust-toolchain@v4 - name: Run Unit Test Suite uses: actions-rs/cargo@v1 diff --git a/.github/workflows/_update-node-image-infra.yml b/.github/workflows/_update-node-image-infra.yml index d0380dd6a1..c52f6ba0ec 100644 --- a/.github/workflows/_update-node-image-infra.yml +++ b/.github/workflows/_update-node-image-infra.yml @@ -29,7 +29,7 @@ jobs: - name: Call action get-ref-properties id: get-ref-properties # yamllint disable-line rule:line-length - uses: Cardinal-Cryptography/github-actions/get-ref-properties@v3 + uses: Cardinal-Cryptography/github-actions/get-ref-properties@v4 - name: Call action Get ECR image names id: get-docker-image-names @@ -42,7 +42,7 @@ jobs: # otherwise ECR image would not exist - name: Check deploy image existence # yamllint disable-line rule:line-length - uses: Cardinal-Cryptography/github-actions/check-image-existence-ecr@v3 + uses: Cardinal-Cryptography/github-actions/check-image-existence-ecr@v4 with: ecr-image: ${{ steps.get-docker-image-names.outputs.ecr-deploy-image }} diff --git a/.github/workflows/build-and-push-cliain.yml b/.github/workflows/build-and-push-cliain.yml index 5a13781552..bd0a9ba470 100644 --- a/.github/workflows/build-and-push-cliain.yml +++ b/.github/workflows/build-and-push-cliain.yml @@ -32,7 +32,7 @@ jobs: uses: actions/checkout@v4 - name: Install Rust toolchain - uses: Cardinal-Cryptography/github-actions/install-rust-toolchain@v3 + uses: Cardinal-Cryptography/github-actions/install-rust-toolchain@v4 - name: Cargo | Build release binary run: | @@ -47,7 +47,7 @@ jobs: - name: Call action get-ref-properties id: get-ref-properties - uses: Cardinal-Cryptography/github-actions/get-ref-properties@v3 + uses: Cardinal-Cryptography/github-actions/get-ref-properties@v4 - name: Login to ECR if: > @@ -108,7 +108,7 @@ jobs: env.AWS_MAINNET_ACCESS_KEY_ID != '' && env.AWS_MAINNET_SECRET_ACCESS_KEY != '' && env.CI_DEVNET_S3BUCKET_NAME != '' - uses: Cardinal-Cryptography/github-actions/copy-file-to-s3@v3 + uses: Cardinal-Cryptography/github-actions/copy-file-to-s3@v4 with: source-path: bin/cliain/target/release source-filename: cliain diff --git a/.github/workflows/build-docs.yml b/.github/workflows/build-docs.yml index ff2a71abe2..941eda225a 100644 --- a/.github/workflows/build-docs.yml +++ b/.github/workflows/build-docs.yml @@ -18,7 +18,7 @@ jobs: uses: actions/checkout@v4 - name: Install Rust toolchain - uses: Cardinal-Cryptography/github-actions/install-rust-toolchain@v3 + uses: Cardinal-Cryptography/github-actions/install-rust-toolchain@v4 - name: rustdoc | Build aleph-client docs run: | diff --git a/.github/workflows/contracts-deploy.yml b/.github/workflows/contracts-deploy.yml index 0a32e24dad..1a5b08a23c 100644 --- a/.github/workflows/contracts-deploy.yml +++ b/.github/workflows/contracts-deploy.yml @@ -97,7 +97,7 @@ jobs: - name: Call action get-ref-properties id: get-ref-properties # yamllint disable-line rule:line-length - uses: Cardinal-Cryptography/github-actions/get-ref-properties@v3 + uses: Cardinal-Cryptography/github-actions/get-ref-properties@v4 - name: Install jq shell: bash diff --git a/.github/workflows/deploy-to-mainnet.yml b/.github/workflows/deploy-to-mainnet.yml index ab740aeb52..49a950dbea 100644 --- a/.github/workflows/deploy-to-mainnet.yml +++ b/.github/workflows/deploy-to-mainnet.yml @@ -30,14 +30,14 @@ jobs: - name: Get Testnet node commit SHA id: get-testnet-node-commit-sha - uses: Cardinal-Cryptography/github-actions/get-node-system-version@v3 + uses: Cardinal-Cryptography/github-actions/get-node-system-version@v4 with: env: testnet - name: Call action get-ref-properties id: get-ref-properties # yamllint disable-line rule:line-length - uses: Cardinal-Cryptography/github-actions/get-ref-properties@v3 + uses: Cardinal-Cryptography/github-actions/get-ref-properties@v4 - name: Compare Testnet node SHA version with currently deployed SHA if: inputs.force != true diff --git a/.github/workflows/featurenet-create-from-branch.yml b/.github/workflows/featurenet-create-from-branch.yml index 1992ef3d9f..d716809f0a 100644 --- a/.github/workflows/featurenet-create-from-branch.yml +++ b/.github/workflows/featurenet-create-from-branch.yml @@ -108,7 +108,7 @@ jobs: needs: [push-featurnet-node-image-to-ecr] name: Create featurenet based on the PR # yamllint disable-line rule:line-length - uses: Cardinal-Cryptography/github-actions/.github/workflows/_featurenet-create-from-branch.yml@v3 + uses: Cardinal-Cryptography/github-actions/.github/workflows/_featurenet-create-from-branch.yml@v4 secrets: inherit with: expiration: ${{ inputs.expiration }} diff --git a/.github/workflows/featurenet-create-from-net.yml b/.github/workflows/featurenet-create-from-net.yml index c0ed285071..2b98bfd447 100644 --- a/.github/workflows/featurenet-create-from-net.yml +++ b/.github/workflows/featurenet-create-from-net.yml @@ -74,7 +74,7 @@ jobs: needs: [check-vars-and-secrets] name: Create featurenet # yamllint disable-line rule:line-length - uses: Cardinal-Cryptography/github-actions/.github/workflows/_featurenet-create-from-net.yml@v3 + uses: Cardinal-Cryptography/github-actions/.github/workflows/_featurenet-create-from-net.yml@v4 secrets: inherit with: featurenet-name: ${{ inputs.featurenet-name }} diff --git a/.github/workflows/featurenet-delete.yml b/.github/workflows/featurenet-delete.yml index daa3085f53..cba259b4bc 100644 --- a/.github/workflows/featurenet-delete.yml +++ b/.github/workflows/featurenet-delete.yml @@ -25,7 +25,7 @@ jobs: needs: [check-vars-and-secrets] name: Delete featurenet # yamllint disable-line rule:line-length - uses: Cardinal-Cryptography/github-actions/.github/workflows/_featurenet-delete.yml@v3 + uses: Cardinal-Cryptography/github-actions/.github/workflows/_featurenet-delete.yml@v4 secrets: inherit with: featurenet-name: ${{ inputs.featurenet-name }} diff --git a/.github/workflows/featurenet-update.yml b/.github/workflows/featurenet-update.yml index d8978452c1..347e2f334b 100644 --- a/.github/workflows/featurenet-update.yml +++ b/.github/workflows/featurenet-update.yml @@ -69,7 +69,7 @@ jobs: needs: [check-vars-and-secrets] name: Update featurenet # yamllint disable-line rule:line-length - uses: Cardinal-Cryptography/github-actions/.github/workflows/_featurenet-update.yml@v3 + uses: Cardinal-Cryptography/github-actions/.github/workflows/_featurenet-update.yml@v4 secrets: inherit with: featurenet-name: ${{ inputs.featurenet-name }} diff --git a/.github/workflows/nightly-fe-e2e-tests.yml b/.github/workflows/nightly-fe-e2e-tests.yml index 3683f5f61f..84b764ad1c 100644 --- a/.github/workflows/nightly-fe-e2e-tests.yml +++ b/.github/workflows/nightly-fe-e2e-tests.yml @@ -109,7 +109,7 @@ jobs: - name: Call action get-ref-properties id: get-ref-properties - uses: Cardinal-Cryptography/github-actions/get-ref-properties@v3 + uses: Cardinal-Cryptography/github-actions/get-ref-properties@v4 - name: Get fe name id: get-final-featurenet-name @@ -123,7 +123,7 @@ jobs: # yamllint enable rule:line-length - name: Create featurenet from scratch - uses: Cardinal-Cryptography/github-actions/create-featurenet@v3 + uses: Cardinal-Cryptography/github-actions/create-featurenet@v4 id: create-featurenet with: gh-ci-token: ${{ secrets.CI_GH_TOKEN }} @@ -161,7 +161,7 @@ jobs: # yamllint enable rule:line-length - name: Delete old featurenet app and data - uses: Cardinal-Cryptography/github-actions/delete-featurenet@v3 + uses: Cardinal-Cryptography/github-actions/delete-featurenet@v4 with: gh-ci-token: ${{ secrets.CI_GH_TOKEN }} aws-access-key-id: ${{ secrets.AWS_DEVNET_ACCESS_KEY_ID }} diff --git a/.github/workflows/nightly-integration-tests.yml b/.github/workflows/nightly-integration-tests.yml index 2c06a8e411..9bb0dbf23e 100644 --- a/.github/workflows/nightly-integration-tests.yml +++ b/.github/workflows/nightly-integration-tests.yml @@ -29,7 +29,7 @@ jobs: uses: actions/checkout@v4 - name: Install Rust Toolchain - uses: Cardinal-Cryptography/github-actions/install-rust-toolchain@v3 + uses: Cardinal-Cryptography/github-actions/install-rust-toolchain@v4 - name: Run Test Suite uses: actions-rs/cargo@v1 @@ -47,7 +47,7 @@ jobs: uses: actions/checkout@v4 - name: Install Rust Toolchain - uses: Cardinal-Cryptography/github-actions/install-rust-toolchain@v3 + uses: Cardinal-Cryptography/github-actions/install-rust-toolchain@v4 - name: Run Test Suite uses: actions-rs/cargo@v1 diff --git a/.github/workflows/nightly-update-net-tests.yml b/.github/workflows/nightly-update-net-tests.yml index 6ba56ed303..89864c96b9 100644 --- a/.github/workflows/nightly-update-net-tests.yml +++ b/.github/workflows/nightly-update-net-tests.yml @@ -52,7 +52,7 @@ jobs: delete-ops-testnet-featurenet: needs: [get-aleph-node-main-sha, check-vars-and-secrets] name: Delete existing ops-updatenet-testnet featurenet - uses: Cardinal-Cryptography/github-actions/.github/workflows/_featurenet-delete.yml@v3 + uses: Cardinal-Cryptography/github-actions/.github/workflows/_featurenet-delete.yml@v4 secrets: inherit with: featurenet-name: ${{ needs.get-aleph-node-main-sha.outputs.updatenet-testnet-name }} @@ -60,7 +60,7 @@ jobs: delete-ops-mainnet-featurenet: needs: [get-aleph-node-main-sha, check-vars-and-secrets] name: Delete existing ops-updatenet-mainnet featurenet - uses: Cardinal-Cryptography/github-actions/.github/workflows/_featurenet-delete.yml@v3 + uses: Cardinal-Cryptography/github-actions/.github/workflows/_featurenet-delete.yml@v4 secrets: inherit with: featurenet-name: ${{ needs.get-aleph-node-main-sha.outputs.updatenet-mainnet-name }} @@ -68,7 +68,7 @@ jobs: create-featurenet-from-testnet: needs: [get-aleph-node-main-sha, delete-ops-testnet-featurenet] name: Create featurenet from testnet - uses: Cardinal-Cryptography/github-actions/.github/workflows/_featurenet-create-from-net.yml@v3 + uses: Cardinal-Cryptography/github-actions/.github/workflows/_featurenet-create-from-net.yml@v4 secrets: inherit with: featurenet-name: ${{ needs.get-aleph-node-main-sha.outputs.updatenet-testnet-name }} @@ -80,7 +80,7 @@ jobs: create-featurenet-from-mainnet: needs: [get-aleph-node-main-sha, delete-ops-mainnet-featurenet] name: Create featurenet from mainnet - uses: Cardinal-Cryptography/github-actions/.github/workflows/_featurenet-create-from-net.yml@v3 + uses: Cardinal-Cryptography/github-actions/.github/workflows/_featurenet-create-from-net.yml@v4 secrets: inherit with: featurenet-name: ${{ needs.get-aleph-node-main-sha.outputs.updatenet-mainnet-name }} @@ -93,7 +93,7 @@ jobs: needs: [get-aleph-node-main-sha, create-featurenet-from-testnet] # yamllint disable-line rule:line-length name: Update featurenet from testnet to ${{ needs.get-aleph-node-main-sha.outputs.aleph-node-main-hash }} - uses: Cardinal-Cryptography/github-actions/.github/workflows/_featurenet-update.yml@v3 + uses: Cardinal-Cryptography/github-actions/.github/workflows/_featurenet-update.yml@v4 secrets: inherit with: featurenet-name: ${{ needs.get-aleph-node-main-sha.outputs.updatenet-testnet-name }} @@ -106,7 +106,7 @@ jobs: needs: [get-aleph-node-main-sha, create-featurenet-from-mainnet] # yamllint disable-line rule:line-length name: Update featurenet from mainnet to ${{ needs.get-aleph-node-main-sha.outputs.aleph-node-main-hash }} - uses: Cardinal-Cryptography/github-actions/.github/workflows/_featurenet-update.yml@v3 + uses: Cardinal-Cryptography/github-actions/.github/workflows/_featurenet-update.yml@v4 secrets: inherit with: featurenet-name: ${{ needs.get-aleph-node-main-sha.outputs.updatenet-mainnet-name }} @@ -118,7 +118,7 @@ jobs: delete-featurenet-from-testnet: needs: [get-aleph-node-main-sha, update-featurenet-from-testnet] name: Delete featurenet from testnet - uses: Cardinal-Cryptography/github-actions/.github/workflows/_featurenet-delete.yml@v3 + uses: Cardinal-Cryptography/github-actions/.github/workflows/_featurenet-delete.yml@v4 secrets: inherit with: featurenet-name: ${{ needs.get-aleph-node-main-sha.outputs.updatenet-testnet-name }} @@ -126,7 +126,7 @@ jobs: delete-featurenet-from-mainnet: needs: [get-aleph-node-main-sha, update-featurenet-from-mainnet] name: Delete featurenet from mainnet - uses: Cardinal-Cryptography/github-actions/.github/workflows/_featurenet-delete.yml@v3 + uses: Cardinal-Cryptography/github-actions/.github/workflows/_featurenet-delete.yml@v4 secrets: inherit with: featurenet-name: ${{ needs.get-aleph-node-main-sha.outputs.updatenet-mainnet-name }} diff --git a/.github/workflows/on-main-branch-commit-push-liminal-node-to-ecr.yml b/.github/workflows/on-main-branch-commit-push-liminal-node-to-ecr.yml index a906922014..cac6d5343a 100644 --- a/.github/workflows/on-main-branch-commit-push-liminal-node-to-ecr.yml +++ b/.github/workflows/on-main-branch-commit-push-liminal-node-to-ecr.yml @@ -32,7 +32,7 @@ jobs: - name: Call action get-ref-properties id: get-ref-properties # yamllint disable-line rule:line-length - uses: Cardinal-Cryptography/github-actions/get-ref-properties@v3 + uses: Cardinal-Cryptography/github-actions/get-ref-properties@v4 - name: Download node production binary from artifacts uses: actions/download-artifact@v2 diff --git a/.github/workflows/on-main-or-release-branch-commit.yml b/.github/workflows/on-main-or-release-branch-commit.yml index f08f1e3ebf..d44baa2535 100644 --- a/.github/workflows/on-main-or-release-branch-commit.yml +++ b/.github/workflows/on-main-or-release-branch-commit.yml @@ -65,7 +65,7 @@ jobs: - name: Call action get-ref-properties id: get-ref-properties # yamllint disable-line rule:line-length - uses: Cardinal-Cryptography/github-actions/get-ref-properties@v3 + uses: Cardinal-Cryptography/github-actions/get-ref-properties@v4 - name: Download node production binary from artifacts uses: actions/download-artifact@v3 diff --git a/.github/workflows/on-pull-request-change.yml b/.github/workflows/on-pull-request-change.yml index 47931d0454..28bccf474d 100644 --- a/.github/workflows/on-pull-request-change.yml +++ b/.github/workflows/on-pull-request-change.yml @@ -23,6 +23,6 @@ jobs: - name: VALIDATE | Check PR title # yamllint disable-line rule:line-length - uses: Cardinal-Cryptography/github-actions/check-pr-title@v3 + uses: Cardinal-Cryptography/github-actions/check-pr-title@v4 with: pr-title: ${{ github.event.pull_request.title }} diff --git a/.github/workflows/on-pull-request-close.yml b/.github/workflows/on-pull-request-close.yml index 74f74944c7..31f0093d0c 100644 --- a/.github/workflows/on-pull-request-close.yml +++ b/.github/workflows/on-pull-request-close.yml @@ -21,7 +21,7 @@ jobs: - name: Get branch name and commit SHA id: get-ref-properties - uses: Cardinal-Cryptography/github-actions/get-ref-properties@v3 + uses: Cardinal-Cryptography/github-actions/get-ref-properties@v4 - name: Get argocd featurenet app name id: get-argocd-featurenet-app-name diff --git a/.github/workflows/on-pull-request-label.yml b/.github/workflows/on-pull-request-label.yml index cb0b66a616..5cca1dff13 100644 --- a/.github/workflows/on-pull-request-label.yml +++ b/.github/workflows/on-pull-request-label.yml @@ -21,7 +21,7 @@ jobs: - name: Get branch name and commit SHA id: get-ref-properties - uses: Cardinal-Cryptography/github-actions/get-ref-properties@v3 + uses: Cardinal-Cryptography/github-actions/get-ref-properties@v4 - name: Get argocd featurenet app name id: get-argocd-featurenet-app-name diff --git a/.github/workflows/on-push-release-tag.yml b/.github/workflows/on-push-release-tag.yml index 9aef53150b..a1b09b619d 100644 --- a/.github/workflows/on-push-release-tag.yml +++ b/.github/workflows/on-push-release-tag.yml @@ -39,7 +39,7 @@ jobs: # or release branch, see on-main-or-release-branch-commit.yml - name: Check release candidate docker image existence # yamllint disable-line rule:line-length - uses: Cardinal-Cryptography/github-actions/check-image-existence-ecr@v3 + uses: Cardinal-Cryptography/github-actions/check-image-existence-ecr@v4 with: ecr-image: ${{ steps.get-docker-image-names.outputs.ecr-rc-image }} diff --git a/.github/workflows/on-release.yml b/.github/workflows/on-release.yml index ea8aedfbd6..c5e16e0558 100644 --- a/.github/workflows/on-release.yml +++ b/.github/workflows/on-release.yml @@ -28,7 +28,7 @@ jobs: - name: Call action get-ref-properties id: get-ref-properties # yamllint disable-line rule:line-length - uses: Cardinal-Cryptography/github-actions/get-ref-properties@v3 + uses: Cardinal-Cryptography/github-actions/get-ref-properties@v4 - name: Configure AWS credentials uses: aws-actions/configure-aws-credentials@v4 diff --git a/.github/workflows/push-foundation-repo.yml b/.github/workflows/push-foundation-repo.yml index 3e660a6766..e107605bcf 100644 --- a/.github/workflows/push-foundation-repo.yml +++ b/.github/workflows/push-foundation-repo.yml @@ -51,7 +51,7 @@ jobs: - name: Call action get-ref-properties id: get-ref-properties # yamllint disable-line rule:line-length - uses: Cardinal-Cryptography/github-actions/get-ref-properties@v3 + uses: Cardinal-Cryptography/github-actions/get-ref-properties@v4 - name: Push to Aleph-Zero-Foundation # yamllint disable rule:line-length @@ -72,7 +72,7 @@ jobs: - name: Call action get-ref-properties id: get-ref-properties # yamllint disable-line rule:line-length - uses: Cardinal-Cryptography/github-actions/get-ref-properties@v3 + uses: Cardinal-Cryptography/github-actions/get-ref-properties@v4 - name: Checkout Aleph-Zero-Foundation repository uses: actions/checkout@v4 diff --git a/.github/workflows/yaml-lint.yml b/.github/workflows/yaml-lint.yml index a7c3a2f420..34713b9153 100644 --- a/.github/workflows/yaml-lint.yml +++ b/.github/workflows/yaml-lint.yml @@ -19,4 +19,4 @@ jobs: steps: - name: LINT | Execute YAML linter # yamllint disable-line rule:line-length - uses: Cardinal-Cryptography/github-actions/yaml-lint@v3 + uses: Cardinal-Cryptography/github-actions/yaml-lint@v4 diff --git a/.github/workflows/yaml-validate.yml b/.github/workflows/yaml-validate.yml index 81bfd13487..a61f4d6732 100644 --- a/.github/workflows/yaml-validate.yml +++ b/.github/workflows/yaml-validate.yml @@ -19,4 +19,4 @@ jobs: steps: - name: VALIDATE | Execute github-actions-validator # yamllint disable-line rule:line-length - uses: Cardinal-Cryptography/github-actions/yaml-validate@v3 + uses: Cardinal-Cryptography/github-actions/yaml-validate@v4