From 8860a6f2df3e8632c0d5c1994fab76357b8c5738 Mon Sep 17 00:00:00 2001 From: Ry Jones Date: Thu, 13 Apr 2023 07:23:21 -0700 Subject: [PATCH] chore(ci): try new builers rename yaml->yml update actions Signed-off-by: Ry Jones --- ...r.yaml => .dast-nuclei-cmd-api-server.yml} | 0 ...h.yaml => all-nodejs-packages-publish.yml} | 2 +- ...blish.yaml => besu-all-in-one-publish.yml} | 0 ...ish.yaml => cactus-whitepaper-publish.yml} | 0 .github/workflows/ci.yml | 6 ++-- ...ublish.yaml => cmd-api-server-publish.yml} | 0 ...ublish.yaml => connector-besu-publish.yml} | 0 ...aml => connector-corda-server-publish.yml} | 0 ...lish.yaml => connector-fabric-publish.yml} | 0 ...rda-4-6-all-in-one-obligation-publish.yml} | 0 ...rda-4-7-all-in-one-obligation-publish.yml} | 0 ...rda-4-8-all-in-one-obligation-publish.yml} | 0 .github/workflows/dependent-issues.yml | 2 +- ....yaml => dev-container-vscode-publish.yml} | 0 ... => example-carbon-accounting-publish.yml} | 0 ...l => example-supply-chain-app-publish.yml} | 0 ...ish.yaml => fabric-all-in-one-publish.yml} | 0 ...sh.yaml => fabric2-all-in-one-publish.yml} | 0 ...hield-action.yaml => gg-shield-action.yml} | 2 +- ... ghpkg-all-kotlin-api-clients-publish.yml} | 0 ...lish.yaml => iroha-all-in-one-publish.yml} | 0 ...ish.yaml => iroha2-all-in-one-publish.yml} | 2 +- ...yaml => keychain-vault-server-publish.yml} | 0 .../{publish-npm.yaml => publish-npm.yml} | 0 ...ish.yaml => quorum-all-in-one-publish.yml} | 0 ...quorum-multi-party-all-in-one-publish.yml} | 0 ...publish.yaml => rust-compiler-publish.yml} | 0 ...h.yaml => sawtooth-all-in-one-publish.yml} | 0 ...request.yaml => semantic-pull-request.yml} | 0 ...ish.yaml => test-npm-registry-publish.yml} | 0 .../test_weaver-asset-exchange-besu.yml | 4 +-- .../test_weaver-asset-exchange-corda.yml | 12 +++---- .../test_weaver-asset-exchange-fabric.yml | 12 +++---- .../workflows/test_weaver-asset-transfer.yml | 12 +++---- .../test_weaver-corda-interop-app.yml | 4 +-- .../workflows/test_weaver-data-sharing.yml | 12 +++---- .../workflows/test_weaver-docker-build.yml | 24 ++++++------- .github/workflows/test_weaver-go.yml | 36 +++++++++---------- .github/workflows/test_weaver-node-pkgs.yml | 12 +++---- .github/workflows/test_weaver-relay.yml | 16 ++++----- 40 files changed, 79 insertions(+), 79 deletions(-) rename .github/workflows/{.dast-nuclei-cmd-api-server.yaml => .dast-nuclei-cmd-api-server.yml} (100%) rename .github/workflows/{all-nodejs-packages-publish.yaml => all-nodejs-packages-publish.yml} (96%) rename .github/workflows/{besu-all-in-one-publish.yaml => besu-all-in-one-publish.yml} (100%) rename .github/workflows/{cactus-whitepaper-publish.yaml => cactus-whitepaper-publish.yml} (100%) rename .github/workflows/{cmd-api-server-publish.yaml => cmd-api-server-publish.yml} (100%) rename .github/workflows/{connector-besu-publish.yaml => connector-besu-publish.yml} (100%) rename .github/workflows/{connector-corda-server-publish.yaml => connector-corda-server-publish.yml} (100%) rename .github/workflows/{connector-fabric-publish.yaml => connector-fabric-publish.yml} (100%) rename .github/workflows/{corda-4-6-all-in-one-obligation-publish.yaml => corda-4-6-all-in-one-obligation-publish.yml} (100%) rename .github/workflows/{corda-4-7-all-in-one-obligation-publish.yaml => corda-4-7-all-in-one-obligation-publish.yml} (100%) rename .github/workflows/{corda-4-8-all-in-one-obligation-publish.yaml => corda-4-8-all-in-one-obligation-publish.yml} (100%) rename .github/workflows/{dev-container-vscode-publish.yaml => dev-container-vscode-publish.yml} (100%) rename .github/workflows/{example-carbon-accounting-publish.yaml => example-carbon-accounting-publish.yml} (100%) rename .github/workflows/{example-supply-chain-app-publish.yaml => example-supply-chain-app-publish.yml} (100%) rename .github/workflows/{fabric-all-in-one-publish.yaml => fabric-all-in-one-publish.yml} (100%) rename .github/workflows/{fabric2-all-in-one-publish.yaml => fabric2-all-in-one-publish.yml} (100%) rename .github/workflows/{gg-shield-action.yaml => gg-shield-action.yml} (96%) rename .github/workflows/{ghpkg-all-kotlin-api-clients-publish.yaml => ghpkg-all-kotlin-api-clients-publish.yml} (100%) rename .github/workflows/{iroha-all-in-one-publish.yaml => iroha-all-in-one-publish.yml} (100%) rename .github/workflows/{iroha2-all-in-one-publish.yaml => iroha2-all-in-one-publish.yml} (98%) rename .github/workflows/{keychain-vault-server-publish.yaml => keychain-vault-server-publish.yml} (100%) rename .github/workflows/{publish-npm.yaml => publish-npm.yml} (100%) rename .github/workflows/{quorum-all-in-one-publish.yaml => quorum-all-in-one-publish.yml} (100%) rename .github/workflows/{quorum-multi-party-all-in-one-publish.yaml => quorum-multi-party-all-in-one-publish.yml} (100%) rename .github/workflows/{rust-compiler-publish.yaml => rust-compiler-publish.yml} (100%) rename .github/workflows/{sawtooth-all-in-one-publish.yaml => sawtooth-all-in-one-publish.yml} (100%) rename .github/workflows/{semantic-pull-request.yaml => semantic-pull-request.yml} (100%) rename .github/workflows/{test-npm-registry-publish.yaml => test-npm-registry-publish.yml} (100%) diff --git a/.github/workflows/.dast-nuclei-cmd-api-server.yaml b/.github/workflows/.dast-nuclei-cmd-api-server.yml similarity index 100% rename from .github/workflows/.dast-nuclei-cmd-api-server.yaml rename to .github/workflows/.dast-nuclei-cmd-api-server.yml diff --git a/.github/workflows/all-nodejs-packages-publish.yaml b/.github/workflows/all-nodejs-packages-publish.yml similarity index 96% rename from .github/workflows/all-nodejs-packages-publish.yaml rename to .github/workflows/all-nodejs-packages-publish.yml index 15f760f5e51..07ad2f19024 100644 --- a/.github/workflows/all-nodejs-packages-publish.yaml +++ b/.github/workflows/all-nodejs-packages-publish.yml @@ -14,7 +14,7 @@ concurrency: jobs: build-and-publish-packages: - runs-on: buildjet-2vcpu-ubuntu-2004 + runs-on: ubuntu-latest-m steps: - uses: actions/checkout@v3.1.0 - run: git fetch --unshallow --prune diff --git a/.github/workflows/besu-all-in-one-publish.yaml b/.github/workflows/besu-all-in-one-publish.yml similarity index 100% rename from .github/workflows/besu-all-in-one-publish.yaml rename to .github/workflows/besu-all-in-one-publish.yml diff --git a/.github/workflows/cactus-whitepaper-publish.yaml b/.github/workflows/cactus-whitepaper-publish.yml similarity index 100% rename from .github/workflows/cactus-whitepaper-publish.yaml rename to .github/workflows/cactus-whitepaper-publish.yml diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c915cfc5042..08819c0cbab 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -834,7 +834,7 @@ jobs: uses: actions/setup-node@v3.6.0 with: node-version: v16.14.2 - - uses: actions/checkout@v2.3.4 + - uses: actions/checkout@v3.1.0 - id: yarn-cache-dir-path name: Get yarn cache directory path run: echo "::set-output name=dir::$(yarn cache dir)" @@ -947,7 +947,7 @@ jobs: uses: actions/setup-node@v3.6.0 with: node-version: v16.14.2 - - uses: actions/checkout@v2.3.4 + - uses: actions/checkout@v3.1.0 - id: yarn-cache-dir-path name: Get yarn cache directory path run: echo "::set-output name=dir::$(yarn cache dir)" @@ -1030,7 +1030,7 @@ jobs: uses: actions/setup-node@v3.6.0 with: node-version: v16.14.2 - - uses: actions/checkout@v2.3.4 + - uses: actions/checkout@v3.1.0 - id: yarn-cache-dir-path name: Get yarn cache directory path run: echo "::set-output name=dir::$(yarn cache dir)" diff --git a/.github/workflows/cmd-api-server-publish.yaml b/.github/workflows/cmd-api-server-publish.yml similarity index 100% rename from .github/workflows/cmd-api-server-publish.yaml rename to .github/workflows/cmd-api-server-publish.yml diff --git a/.github/workflows/connector-besu-publish.yaml b/.github/workflows/connector-besu-publish.yml similarity index 100% rename from .github/workflows/connector-besu-publish.yaml rename to .github/workflows/connector-besu-publish.yml diff --git a/.github/workflows/connector-corda-server-publish.yaml b/.github/workflows/connector-corda-server-publish.yml similarity index 100% rename from .github/workflows/connector-corda-server-publish.yaml rename to .github/workflows/connector-corda-server-publish.yml diff --git a/.github/workflows/connector-fabric-publish.yaml b/.github/workflows/connector-fabric-publish.yml similarity index 100% rename from .github/workflows/connector-fabric-publish.yaml rename to .github/workflows/connector-fabric-publish.yml diff --git a/.github/workflows/corda-4-6-all-in-one-obligation-publish.yaml b/.github/workflows/corda-4-6-all-in-one-obligation-publish.yml similarity index 100% rename from .github/workflows/corda-4-6-all-in-one-obligation-publish.yaml rename to .github/workflows/corda-4-6-all-in-one-obligation-publish.yml diff --git a/.github/workflows/corda-4-7-all-in-one-obligation-publish.yaml b/.github/workflows/corda-4-7-all-in-one-obligation-publish.yml similarity index 100% rename from .github/workflows/corda-4-7-all-in-one-obligation-publish.yaml rename to .github/workflows/corda-4-7-all-in-one-obligation-publish.yml diff --git a/.github/workflows/corda-4-8-all-in-one-obligation-publish.yaml b/.github/workflows/corda-4-8-all-in-one-obligation-publish.yml similarity index 100% rename from .github/workflows/corda-4-8-all-in-one-obligation-publish.yaml rename to .github/workflows/corda-4-8-all-in-one-obligation-publish.yml diff --git a/.github/workflows/dependent-issues.yml b/.github/workflows/dependent-issues.yml index 71b4e4cbba4..945c4308bbf 100644 --- a/.github/workflows/dependent-issues.yml +++ b/.github/workflows/dependent-issues.yml @@ -21,7 +21,7 @@ concurrency: jobs: check: - runs-on: buildjet-2vcpu-ubuntu-2204 + runs-on: ubuntu-latest-m name: Dependent Issues steps: - uses: z0al/dependent-issues@v1 diff --git a/.github/workflows/dev-container-vscode-publish.yaml b/.github/workflows/dev-container-vscode-publish.yml similarity index 100% rename from .github/workflows/dev-container-vscode-publish.yaml rename to .github/workflows/dev-container-vscode-publish.yml diff --git a/.github/workflows/example-carbon-accounting-publish.yaml b/.github/workflows/example-carbon-accounting-publish.yml similarity index 100% rename from .github/workflows/example-carbon-accounting-publish.yaml rename to .github/workflows/example-carbon-accounting-publish.yml diff --git a/.github/workflows/example-supply-chain-app-publish.yaml b/.github/workflows/example-supply-chain-app-publish.yml similarity index 100% rename from .github/workflows/example-supply-chain-app-publish.yaml rename to .github/workflows/example-supply-chain-app-publish.yml diff --git a/.github/workflows/fabric-all-in-one-publish.yaml b/.github/workflows/fabric-all-in-one-publish.yml similarity index 100% rename from .github/workflows/fabric-all-in-one-publish.yaml rename to .github/workflows/fabric-all-in-one-publish.yml diff --git a/.github/workflows/fabric2-all-in-one-publish.yaml b/.github/workflows/fabric2-all-in-one-publish.yml similarity index 100% rename from .github/workflows/fabric2-all-in-one-publish.yaml rename to .github/workflows/fabric2-all-in-one-publish.yml diff --git a/.github/workflows/gg-shield-action.yaml b/.github/workflows/gg-shield-action.yml similarity index 96% rename from .github/workflows/gg-shield-action.yaml rename to .github/workflows/gg-shield-action.yml index f1b1d5001fc..7a417e58714 100644 --- a/.github/workflows/gg-shield-action.yaml +++ b/.github/workflows/gg-shield-action.yml @@ -17,7 +17,7 @@ jobs: runs-on: ubuntu-20.04 steps: - name: Checkout - uses: actions/checkout@v2.4.0 + uses: actions/checkout@v3.1.0 with: fetch-depth: 0 # fetch all history so multiple commits can be scanned env: diff --git a/.github/workflows/ghpkg-all-kotlin-api-clients-publish.yaml b/.github/workflows/ghpkg-all-kotlin-api-clients-publish.yml similarity index 100% rename from .github/workflows/ghpkg-all-kotlin-api-clients-publish.yaml rename to .github/workflows/ghpkg-all-kotlin-api-clients-publish.yml diff --git a/.github/workflows/iroha-all-in-one-publish.yaml b/.github/workflows/iroha-all-in-one-publish.yml similarity index 100% rename from .github/workflows/iroha-all-in-one-publish.yaml rename to .github/workflows/iroha-all-in-one-publish.yml diff --git a/.github/workflows/iroha2-all-in-one-publish.yaml b/.github/workflows/iroha2-all-in-one-publish.yml similarity index 98% rename from .github/workflows/iroha2-all-in-one-publish.yaml rename to .github/workflows/iroha2-all-in-one-publish.yml index 961b4801249..c88900cd8b6 100644 --- a/.github/workflows/iroha2-all-in-one-publish.yaml +++ b/.github/workflows/iroha2-all-in-one-publish.yml @@ -31,7 +31,7 @@ jobs: contents: read steps: - - uses: actions/checkout@v2.4.0 + - uses: actions/checkout@v3.1.0 - name: Build image run: docker build $DOCKER_BUILD_DIR --file $DOCKERFILE_PATH --tag $IMAGE_NAME --label "runnumber=${GITHUB_RUN_ID}" diff --git a/.github/workflows/keychain-vault-server-publish.yaml b/.github/workflows/keychain-vault-server-publish.yml similarity index 100% rename from .github/workflows/keychain-vault-server-publish.yaml rename to .github/workflows/keychain-vault-server-publish.yml diff --git a/.github/workflows/publish-npm.yaml b/.github/workflows/publish-npm.yml similarity index 100% rename from .github/workflows/publish-npm.yaml rename to .github/workflows/publish-npm.yml diff --git a/.github/workflows/quorum-all-in-one-publish.yaml b/.github/workflows/quorum-all-in-one-publish.yml similarity index 100% rename from .github/workflows/quorum-all-in-one-publish.yaml rename to .github/workflows/quorum-all-in-one-publish.yml diff --git a/.github/workflows/quorum-multi-party-all-in-one-publish.yaml b/.github/workflows/quorum-multi-party-all-in-one-publish.yml similarity index 100% rename from .github/workflows/quorum-multi-party-all-in-one-publish.yaml rename to .github/workflows/quorum-multi-party-all-in-one-publish.yml diff --git a/.github/workflows/rust-compiler-publish.yaml b/.github/workflows/rust-compiler-publish.yml similarity index 100% rename from .github/workflows/rust-compiler-publish.yaml rename to .github/workflows/rust-compiler-publish.yml diff --git a/.github/workflows/sawtooth-all-in-one-publish.yaml b/.github/workflows/sawtooth-all-in-one-publish.yml similarity index 100% rename from .github/workflows/sawtooth-all-in-one-publish.yaml rename to .github/workflows/sawtooth-all-in-one-publish.yml diff --git a/.github/workflows/semantic-pull-request.yaml b/.github/workflows/semantic-pull-request.yml similarity index 100% rename from .github/workflows/semantic-pull-request.yaml rename to .github/workflows/semantic-pull-request.yml diff --git a/.github/workflows/test-npm-registry-publish.yaml b/.github/workflows/test-npm-registry-publish.yml similarity index 100% rename from .github/workflows/test-npm-registry-publish.yaml rename to .github/workflows/test-npm-registry-publish.yml diff --git a/.github/workflows/test_weaver-asset-exchange-besu.yml b/.github/workflows/test_weaver-asset-exchange-besu.yml index ae7ca019a5e..11b217ae532 100644 --- a/.github/workflows/test_weaver-asset-exchange-besu.yml +++ b/.github/workflows/test_weaver-asset-exchange-besu.yml @@ -23,7 +23,7 @@ jobs: asset-exchange-besu: if: ${{ false }} # The type of runner that the job will run on - runs-on: buildjet-2vcpu-ubuntu-2204 + runs-on: ubuntu-latest-m strategy: fail-fast: false @@ -202,7 +202,7 @@ jobs: asset-exchange-besu-local: # The type of runner that the job will run on - runs-on: buildjet-2vcpu-ubuntu-2204 + runs-on: ubuntu-latest-m strategy: fail-fast: false diff --git a/.github/workflows/test_weaver-asset-exchange-corda.yml b/.github/workflows/test_weaver-asset-exchange-corda.yml index 6fc703d95d3..52cc6159c5b 100644 --- a/.github/workflows/test_weaver-asset-exchange-corda.yml +++ b/.github/workflows/test_weaver-asset-exchange-corda.yml @@ -27,12 +27,12 @@ jobs: asset-exchange-corda: if: ${{ false }} # The type of runner that the job will run on - runs-on: buildjet-2vcpu-ubuntu-2204 + runs-on: ubuntu-latest-m # Steps represent a sequence of tasks that will be executed as part of the job steps: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - - uses: actions/checkout@v2 + - uses: actions/checkout@v3.1.0 - name: Set up JDK 8 uses: actions/setup-java@v2 @@ -122,12 +122,12 @@ jobs: asset-exchange-corda-local: # The type of runner that the job will run on - runs-on: buildjet-2vcpu-ubuntu-2204 + runs-on: ubuntu-latest-m # Steps represent a sequence of tasks that will be executed as part of the job steps: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - - uses: actions/checkout@v2 + - uses: actions/checkout@v3.1.0 - name: Set up JDK 8 uses: actions/setup-java@v2 @@ -217,12 +217,12 @@ jobs: house-token-exchange-corda: if: ${{ false }} # The type of runner that the job will run on - runs-on: buildjet-2vcpu-ubuntu-2204 + runs-on: ubuntu-latest-m # Steps represent a sequence of tasks that will be executed as part of the job steps: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - - uses: actions/checkout@v2 + - uses: actions/checkout@v3.1.0 - name: Set up JDK 8 uses: actions/setup-java@v2 diff --git a/.github/workflows/test_weaver-asset-exchange-fabric.yml b/.github/workflows/test_weaver-asset-exchange-fabric.yml index cf0dbecde95..645522811a2 100644 --- a/.github/workflows/test_weaver-asset-exchange-fabric.yml +++ b/.github/workflows/test_weaver-asset-exchange-fabric.yml @@ -27,15 +27,15 @@ jobs: asset-exchange-fabric: if: ${{ false }} # The type of runner that the job will run on - runs-on: buildjet-2vcpu-ubuntu-2204 + runs-on: ubuntu-latest-m # Steps represent a sequence of tasks that will be executed as part of the job steps: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - - uses: actions/checkout@v2 + - uses: actions/checkout@v3.1.0 - name: Set up Go - uses: actions/setup-go@v2 + uses: actions/setup-go@v4.0.0 with: go-version: '1.20.2' @@ -101,15 +101,15 @@ jobs: asset-exchange-fabric-local: # if: ${{ false }} # The type of runner that the job will run on - runs-on: buildjet-2vcpu-ubuntu-2204 + runs-on: ubuntu-latest-m # Steps represent a sequence of tasks that will be executed as part of the job steps: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - - uses: actions/checkout@v2 + - uses: actions/checkout@v3.1.0 - name: Set up Go - uses: actions/setup-go@v2 + uses: actions/setup-go@v4.0.0 with: go-version: '1.20.2' diff --git a/.github/workflows/test_weaver-asset-transfer.yml b/.github/workflows/test_weaver-asset-transfer.yml index 715ef81c3ee..735285aa118 100644 --- a/.github/workflows/test_weaver-asset-transfer.yml +++ b/.github/workflows/test_weaver-asset-transfer.yml @@ -26,12 +26,12 @@ jobs: asset-transfer-fabric: if: ${{ false }} # The type of runner that the job will run on - runs-on: buildjet-2vcpu-ubuntu-2204 + runs-on: ubuntu-latest-m # Steps represent a sequence of tasks that will be executed as part of the job steps: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - - uses: actions/checkout@v2 + - uses: actions/checkout@v3.1.0 # - name: Set up JDK 8 # uses: actions/setup-java@v2 @@ -40,7 +40,7 @@ jobs: # distribution: 'adopt' - name: Set up Go - uses: actions/setup-go@v2 + uses: actions/setup-go@v4.0.0 with: go-version: '1.20.2' @@ -413,12 +413,12 @@ jobs: asset-transfer-fabric-local: # if: ${{ false }} # The type of runner that the job will run on - runs-on: buildjet-2vcpu-ubuntu-2204 + runs-on: ubuntu-latest-m # Steps represent a sequence of tasks that will be executed as part of the job steps: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - - uses: actions/checkout@v2 + - uses: actions/checkout@v3.1.0 # - name: Set up JDK 8 # uses: actions/setup-java@v2 @@ -427,7 +427,7 @@ jobs: # distribution: 'adopt' - name: Set up Go - uses: actions/setup-go@v2 + uses: actions/setup-go@v4.0.0 with: go-version: '1.20.2' diff --git a/.github/workflows/test_weaver-corda-interop-app.yml b/.github/workflows/test_weaver-corda-interop-app.yml index 659b8f6db68..e5d98df48bf 100644 --- a/.github/workflows/test_weaver-corda-interop-app.yml +++ b/.github/workflows/test_weaver-corda-interop-app.yml @@ -19,9 +19,9 @@ concurrency: jobs: unit_test_interop_cordapp: - runs-on: buildjet-2vcpu-ubuntu-2204 + runs-on: ubuntu-latest-m steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3.1.0 - name: Set up JDK 8 uses: actions/setup-java@v2 diff --git a/.github/workflows/test_weaver-data-sharing.yml b/.github/workflows/test_weaver-data-sharing.yml index 5f0572417e7..d393e75c9c2 100644 --- a/.github/workflows/test_weaver-data-sharing.yml +++ b/.github/workflows/test_weaver-data-sharing.yml @@ -31,7 +31,7 @@ jobs: # Steps represent a sequence of tasks that will be executed as part of the job steps: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - - uses: actions/checkout@v2 + - uses: actions/checkout@v3.1.0 - name: Set up JDK 8 uses: actions/setup-java@v2 @@ -40,7 +40,7 @@ jobs: distribution: 'adopt' - name: Set up Go - uses: actions/setup-go@v2 + uses: actions/setup-go@v4.0.0 with: go-version: '1.20.2' @@ -346,7 +346,7 @@ jobs: # Steps represent a sequence of tasks that will be executed as part of the job steps: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - - uses: actions/checkout@v2 + - uses: actions/checkout@v3.1.0 - name: Set up JDK 8 uses: actions/setup-java@v2 @@ -355,7 +355,7 @@ jobs: distribution: 'adopt' - name: Set up Go - uses: actions/setup-go@v2 + uses: actions/setup-go@v4.0.0 with: go-version: '1.20.2' @@ -712,7 +712,7 @@ jobs: # Steps represent a sequence of tasks that will be executed as part of the job steps: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - - uses: actions/checkout@v2 + - uses: actions/checkout@v3.1.0 - name: Set up JDK 8 uses: actions/setup-java@v2 @@ -721,7 +721,7 @@ jobs: distribution: 'adopt' - name: Set up Go - uses: actions/setup-go@v2 + uses: actions/setup-go@v4.0.0 with: go-version: '1.20.2' diff --git a/.github/workflows/test_weaver-docker-build.yml b/.github/workflows/test_weaver-docker-build.yml index 3514686520a..39af7b0a21d 100644 --- a/.github/workflows/test_weaver-docker-build.yml +++ b/.github/workflows/test_weaver-docker-build.yml @@ -17,10 +17,10 @@ concurrency: jobs: build_docker_relay: # if: ${{ false }} - runs-on: buildjet-2vcpu-ubuntu-2204 + runs-on: ubuntu-latest-m steps: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - - uses: actions/checkout@v2 + - uses: actions/checkout@v3.1.0 - name: Build Image run: make build-server-local @@ -28,10 +28,10 @@ jobs: build_docker_fabric_driver_local: # if: ${{ false }} - runs-on: buildjet-2vcpu-ubuntu-2204 + runs-on: ubuntu-latest-m steps: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - - uses: actions/checkout@v2 + - uses: actions/checkout@v3.1.0 - name: Use Node.js 14.x uses: actions/setup-node@v3.6.0 with: @@ -58,10 +58,10 @@ jobs: build_docker_fabric_driver_packages: if: ${{ false }} - runs-on: buildjet-2vcpu-ubuntu-2204 + runs-on: ubuntu-latest-m steps: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - - uses: actions/checkout@v2 + - uses: actions/checkout@v3.1.0 - name: Setup .npmrc run: | @@ -75,10 +75,10 @@ jobs: working-directory: weaver/core/drivers/fabric-driver build_docker_corda_driver_local: - runs-on: buildjet-2vcpu-ubuntu-2204 + runs-on: ubuntu-latest-m steps: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - - uses: actions/checkout@v2 + - uses: actions/checkout@v3.1.0 - name: Set up JDK 8 uses: actions/setup-java@v2 @@ -104,10 +104,10 @@ jobs: build_docker_corda_driver_packages: if: ${{ false }} - runs-on: buildjet-2vcpu-ubuntu-2204 + runs-on: ubuntu-latest-m steps: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - - uses: actions/checkout@v2 + - uses: actions/checkout@v3.1.0 - name: Generate github.properties run: | @@ -132,10 +132,10 @@ jobs: working-directory: weaver/core/drivers/corda-driver build_docker_iin_agent_local: - runs-on: buildjet-2vcpu-ubuntu-2204 + runs-on: ubuntu-latest-m steps: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - - uses: actions/checkout@v2 + - uses: actions/checkout@v3.1.0 - name: Use Node.js 14.x uses: actions/setup-node@v3.6.0 with: diff --git a/.github/workflows/test_weaver-go.yml b/.github/workflows/test_weaver-go.yml index 1f45f9c897a..e8d66459735 100644 --- a/.github/workflows/test_weaver-go.yml +++ b/.github/workflows/test_weaver-go.yml @@ -16,12 +16,12 @@ concurrency: jobs: unit_test_interopcc: - runs-on: buildjet-2vcpu-ubuntu-2204 + runs-on: ubuntu-latest-m steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3.1.0 - name: Set up Go - uses: actions/setup-go@v2 + uses: actions/setup-go@v4.0.0 with: go-version: '1.20.2' @@ -39,12 +39,12 @@ jobs: unit_test_assetmgmt: # if: ${{ false }} # disable - runs-on: buildjet-2vcpu-ubuntu-2204 + runs-on: ubuntu-latest-m steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3.1.0 - name: Set up Go - uses: actions/setup-go@v2 + uses: actions/setup-go@v4.0.0 with: go-version: '1.20.2' @@ -61,12 +61,12 @@ jobs: working-directory: weaver/core/network/fabric-interop-cc/interfaces/asset-mgmt unit_test_simplestate: - runs-on: buildjet-2vcpu-ubuntu-2204 + runs-on: ubuntu-latest-m steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3.1.0 - name: Set up Go - uses: actions/setup-go@v2 + uses: actions/setup-go@v4.0.0 with: go-version: '1.20.2' @@ -83,12 +83,12 @@ jobs: working-directory: weaver/samples/fabric/simplestate unit_test_simpleasset: - runs-on: buildjet-2vcpu-ubuntu-2204 + runs-on: ubuntu-latest-m steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3.1.0 - name: Set up Go - uses: actions/setup-go@v2 + uses: actions/setup-go@v4.0.0 with: go-version: '1.20.2' @@ -105,12 +105,12 @@ jobs: working-directory: weaver/samples/fabric/simpleasset unit_test_simpleassetandinterop: - runs-on: buildjet-2vcpu-ubuntu-2204 + runs-on: ubuntu-latest-m steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3.1.0 - name: Set up Go - uses: actions/setup-go@v2 + uses: actions/setup-go@v4.0.0 with: go-version: '1.20.2' @@ -127,12 +127,12 @@ jobs: working-directory: weaver/samples/fabric/simpleassetandinterop unit_test_simpleassettransfer: - runs-on: buildjet-2vcpu-ubuntu-2204 + runs-on: ubuntu-latest-m steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3.1.0 - name: Set up Go - uses: actions/setup-go@v2 + uses: actions/setup-go@v4.0.0 with: go-version: '1.20.2' diff --git a/.github/workflows/test_weaver-node-pkgs.yml b/.github/workflows/test_weaver-node-pkgs.yml index 96791794550..caeecff83e3 100644 --- a/.github/workflows/test_weaver-node-pkgs.yml +++ b/.github/workflows/test_weaver-node-pkgs.yml @@ -20,7 +20,7 @@ concurrency: jobs: unit_test_weaver_node_sdk_local: - runs-on: buildjet-2vcpu-ubuntu-2204 + runs-on: ubuntu-latest-m strategy: matrix: @@ -28,7 +28,7 @@ jobs: # See supported Node.js release schedule at https://nodejs.org/en/about/releases/ steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3.1.0 - name: Use Node.js ${{ matrix.node-version }} uses: actions/setup-node@v3.6.0 with: @@ -51,7 +51,7 @@ jobs: unit_test_iin_agent_local: - runs-on: buildjet-2vcpu-ubuntu-2204 + runs-on: ubuntu-latest-m strategy: matrix: @@ -59,7 +59,7 @@ jobs: # See supported Node.js release schedule at https://nodejs.org/en/about/releases/ steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3.1.0 - name: Use Node.js ${{ matrix.node-version }} uses: actions/setup-node@v3.6.0 with: @@ -84,10 +84,10 @@ jobs: working-directory: weaver/core/identity-management/iin-agent build_docs: - runs-on: buildjet-2vcpu-ubuntu-2204 + runs-on: ubuntu-latest-m steps: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - - uses: actions/checkout@v2 + - uses: actions/checkout@v3.1.0 - name: Use Node.js 16.x uses: actions/setup-node@v3.6.0 diff --git a/.github/workflows/test_weaver-relay.yml b/.github/workflows/test_weaver-relay.yml index 4fdbb6001e4..ee1b17c2c0f 100644 --- a/.github/workflows/test_weaver-relay.yml +++ b/.github/workflows/test_weaver-relay.yml @@ -17,10 +17,10 @@ concurrency: jobs: unit_test_relay_local: # if: ${{ false }} - runs-on: buildjet-2vcpu-ubuntu-2204 + runs-on: ubuntu-latest-m steps: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - - uses: actions/checkout@v2 + - uses: actions/checkout@v3.1.0 - name: Install RUST Toolchain minimal stable with clippy and rustfmt uses: actions-rs/toolchain@v1 @@ -68,10 +68,10 @@ jobs: unit_test_relay_tls_local: # if: ${{ false }} - runs-on: buildjet-2vcpu-ubuntu-2204 + runs-on: ubuntu-latest-m steps: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - - uses: actions/checkout@v2 + - uses: actions/checkout@v3.1.0 - name: Install RUST Toolchain minimal stable with clippy and rustfmt uses: actions-rs/toolchain@v1 @@ -119,10 +119,10 @@ jobs: unit_test_relay: if: ${{ false }} - runs-on: buildjet-2vcpu-ubuntu-2204 + runs-on: ubuntu-latest-m steps: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - - uses: actions/checkout@v2 + - uses: actions/checkout@v3.1.0 - name: Install RUST Toolchain minimal stable with clippy and rustfmt uses: actions-rs/toolchain@v1 @@ -158,10 +158,10 @@ jobs: unit_test_relay_tls: if: ${{ false }} - runs-on: buildjet-2vcpu-ubuntu-2204 + runs-on: ubuntu-latest-m steps: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - - uses: actions/checkout@v2 + - uses: actions/checkout@v3.1.0 - name: Install RUST Toolchain minimal stable with clippy and rustfmt uses: actions-rs/toolchain@v1