Skip to content

Commit

Permalink
chore(ci): try new builers
Browse files Browse the repository at this point in the history
rename yml->yaml

update actions

Signed-off-by: Ry Jones <[email protected]>
  • Loading branch information
ryjones committed Apr 13, 2023
1 parent 4892afb commit 3f73d75
Show file tree
Hide file tree
Showing 18 changed files with 96 additions and 96 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/all-nodejs-packages-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ concurrency:
jobs:

build-and-publish-packages:
runs-on: buildjet-2vcpu-ubuntu-2004
runs-on: ubuntu-20.04
steps:
- uses: actions/[email protected]
- run: git fetch --unshallow --prune
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml → .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -834,7 +834,7 @@ jobs:
uses: actions/[email protected]
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)"
Expand Down Expand Up @@ -947,7 +947,7 @@ jobs:
uses: actions/[email protected]
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)"
Expand Down Expand Up @@ -1030,7 +1030,7 @@ jobs:
uses: actions/[email protected]
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)"
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/gg-shield-action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
export GITVERSION=$(git describe --tags | awk -F'.' '{print $$1}')
echo "GITVERSION=$GITVERSION" >> $GITHUB_ENV
- uses: actions/setup-java@v2
- uses: actions/setup-java@v3.11.0
with:
distribution: 'adopt'
java-version: '8'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/iroha2-all-in-one-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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}"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,15 @@ 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
uses: actions/setup-java@v3.11.0
with:
java-version: '8'
distribution: 'adopt'
Expand Down Expand Up @@ -122,15 +122,15 @@ 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
uses: actions/setup-java@v3.11.0
with:
java-version: '8'
distribution: 'adopt'
Expand Down Expand Up @@ -217,15 +217,15 @@ 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
uses: actions/setup-java@v3.11.0
with:
java-version: '8'
distribution: 'adopt'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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'

Expand Down Expand Up @@ -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'

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,21 +26,21 @@ 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
# uses: actions/setup-java@v3.11.0
# with:
# java-version: '8'
# distribution: 'adopt'

- name: Set up Go
uses: actions/setup-go@v2
uses: actions/setup-go@v4.0.0
with:
go-version: '1.20.2'

Expand Down Expand Up @@ -413,21 +413,21 @@ 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
# uses: actions/setup-java@v3.11.0
# with:
# java-version: '8'
# distribution: 'adopt'

- name: Set up Go
uses: actions/setup-go@v2
uses: actions/setup-go@v4.0.0
with:
go-version: '1.20.2'

Expand All @@ -437,7 +437,7 @@ jobs:
node-version: 16.x

- name: Install RUST Toolchain minimal stable with clippy and rustfmt
uses: actions-rs/toolchain@v1
uses: actions-rs/toolchain@v1.0.6
with:
profile: minimal
toolchain: stable
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@ 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
uses: actions/setup-java@v3.11.0
with:
java-version: '8'
distribution: 'adopt'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,16 +31,16 @@ 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
uses: actions/setup-java@v3.11.0
with:
java-version: '8'
distribution: 'adopt'

- name: Set up Go
uses: actions/setup-go@v2
uses: actions/setup-go@v4.0.0
with:
go-version: '1.20.2'

Expand Down Expand Up @@ -346,16 +346,16 @@ 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
uses: actions/setup-java@v3.11.0
with:
java-version: '8'
distribution: 'adopt'

- name: Set up Go
uses: actions/setup-go@v2
uses: actions/setup-go@v4.0.0
with:
go-version: '1.20.2'

Expand Down Expand Up @@ -712,16 +712,16 @@ 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
uses: actions/setup-java@v3.11.0
with:
java-version: '8'
distribution: 'adopt'

- name: Set up Go
uses: actions/setup-go@v2
uses: actions/setup-go@v4.0.0
with:
go-version: '1.20.2'

Expand All @@ -731,7 +731,7 @@ jobs:
node-version: 16.x

- name: Install RUST Toolchain minimal stable with clippy and rustfmt
uses: actions-rs/toolchain@v1
uses: actions-rs/toolchain@v1.0.6
with:
profile: minimal
toolchain: stable
Expand Down
Loading

0 comments on commit 3f73d75

Please sign in to comment.