From 7e3d467ff79a2524282b3525a77122d5e35dc2d8 Mon Sep 17 00:00:00 2001 From: Michael Staib Date: Tue, 16 Jan 2024 16:02:51 +0100 Subject: [PATCH 1/3] updated-build --- .github/workflows/ci.yml | 46 ---------------------------------- .github/workflows/coverage.yml | 23 ----------------- 2 files changed, 69 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6bfa9bfc8e9..adff1aafde9 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: '20' - 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 @@ -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: From a33821750daf0232821b5262b7f437ca20088645 Mon Sep 17 00:00:00 2001 From: Michael Staib Date: Tue, 16 Jan 2024 16:21:01 +0100 Subject: [PATCH 2/3] updated-build --- .github/workflows/release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a509753b013..3975fa92b5e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -59,3 +59,4 @@ jobs: done env: GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} + From 10822e14f92e29f6113f67d1e08e0d090f86eabc Mon Sep 17 00:00:00 2001 From: Michael Staib Date: Tue, 16 Jan 2024 16:30:44 +0100 Subject: [PATCH 3/3] updated-build --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index adff1aafde9..9654777e7bf 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -248,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'