diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 370da01958b..9654777e7bf 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -74,13 +74,6 @@ jobs: - uses: actions/checkout@v2 name: Check out the code - - name: Install Node.js - uses: actions/setup-node@v2 - with: - node-version: '16.x' - cache: 'yarn' - cache-dependency-path: 'website/yarn.lock' - - name: Install cspell run: npm install -g cspell @@ -96,13 +89,6 @@ jobs: - name: Checkout Repository uses: actions/checkout@v2 - - name: Install Node.js - uses: actions/setup-node@v2 - with: - node-version: '14.x' - cache: 'yarn' - cache-dependency-path: 'website/yarn.lock' - - name: Cache Yarn Packages uses: actions/cache@v3 with: @@ -134,13 +120,6 @@ jobs: - name: Checkout to repository uses: actions/checkout@v3 - - name: Install .NET - uses: actions/setup-dotnet@v3 - with: - dotnet-version: | - 7.x - 8.x - - name: Generate Test Matrix run: dotnet run --project ./.build -- GenerateMatrix @@ -162,14 +141,6 @@ jobs: - name: Checkout repository uses: actions/checkout@v2 - - name: Install .NET - uses: actions/setup-dotnet@v3 - with: - dotnet-version: | - 6.x - 7.x - 8.x - - uses: actions/cache@v3 with: path: ~/.nuget/packages @@ -277,7 +248,7 @@ jobs: codeql: name: CodeQL - runs-on: self-ubuntu + runs-on: ubuntu-latest needs: check-changes if: needs.check-changes.outputs.src_changes == 'true' @@ -290,14 +261,6 @@ jobs: - name: Checkout repository uses: actions/checkout@v2 - - name: Install .NET - uses: actions/setup-dotnet@v3 - with: - dotnet-version: | - 6.x - 7.x - 8.x - - uses: actions/cache@v3 with: path: ~/.nuget/packages @@ -328,15 +291,6 @@ jobs: - name: Checkout repository uses: actions/checkout@v2 - - name: Install .NET - if: ${{ !cancelled() }} - uses: actions/setup-dotnet@v3 - with: - dotnet-version: | - 6.x - 7.x - 8.x - - uses: actions/cache@v3 if: ${{ !cancelled() }} with: diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 6fba47d0e16..677e6b34435 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -23,13 +23,6 @@ jobs: - name: Checkout to repository uses: actions/checkout@v3 - - name: Install .NET - uses: actions/setup-dotnet@v3 - with: - dotnet-version: | - 7.x - 8.x - - name: Generate Test Matrix run: dotnet run --project ./.build -- GenerateMatrix @@ -50,14 +43,6 @@ jobs: - name: Checkout repository uses: actions/checkout@v2 - - name: Install .NET - uses: actions/setup-dotnet@v3 - with: - dotnet-version: | - 6.x - 7.x - 8.x - - uses: actions/cache@v3 with: path: ~/.nuget/packages @@ -120,14 +105,6 @@ jobs: - name: Checkout repository uses: actions/checkout@v2 - - name: Install .NET - uses: actions/setup-dotnet@v3 - with: - dotnet-version: | - 6.x - 7.x - 8.x - - uses: actions/cache@v3 if: ${{ !cancelled() }} with: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index dc324cd5667..c7ac4e1886e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -59,3 +59,4 @@ jobs: done env: GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} +