From 0c6ebcd72db39d4457e5cf8a1a5f476b1f837598 Mon Sep 17 00:00:00 2001 From: samatrhea Date: Mon, 11 Dec 2023 10:49:10 +0100 Subject: [PATCH] [Update] dependencies --- .github/workflows/CodeQuality.yml | 9 ++++++++- .github/workflows/codeql-analysis.yml | 2 +- DEH-CSV.Tests/DEH-CSV.Tests.csproj | 10 +++++----- DEH-CSV/DEH-CSV.csproj | 8 ++++---- 4 files changed, 18 insertions(+), 11 deletions(-) diff --git a/.github/workflows/CodeQuality.yml b/.github/workflows/CodeQuality.yml index 6a1137e..6a7da72 100644 --- a/.github/workflows/CodeQuality.yml +++ b/.github/workflows/CodeQuality.yml @@ -13,10 +13,17 @@ jobs: - uses: actions/checkout@v3 with: fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis + - name: Set up JDK 17 + uses: actions/setup-java@v2 + with: + distribution: 'temurin' + java-version: '17' + overwrite-settings: false + - name: Setup dotnet uses: actions/setup-dotnet@v3 with: - dotnet-version: '7.0.x' + dotnet-version: '8.0.x' - name: add organization github nuget feed run: dotnet nuget add source https://nuget.pkg.github.com/RHEAGROUP/index.json -n github -u ${{ secrets.REGISTRY_USER }} -p ${{ secrets.REGISTRY_TOKEN }} --store-password-in-clear-text diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 0d99d6b..65e1430 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -32,7 +32,7 @@ jobs: - name: Setup .NET Core uses: actions/setup-dotnet@v3 with: - dotnet-version: 7.0.x + dotnet-version: 8.0.x - name: Install dependencies run: dotnet restore - name: Build diff --git a/DEH-CSV.Tests/DEH-CSV.Tests.csproj b/DEH-CSV.Tests/DEH-CSV.Tests.csproj index b5a1675..11cc1d0 100644 --- a/DEH-CSV.Tests/DEH-CSV.Tests.csproj +++ b/DEH-CSV.Tests/DEH-CSV.Tests.csproj @@ -8,7 +8,7 @@ Nunit test suite for the RHEAGROUP.DEHCSV library - net7.0 + net8.0 RHEAGROUP.DEHCSV.Tests false disable @@ -23,9 +23,9 @@ - - - + + + all @@ -43,7 +43,7 @@ - + diff --git a/DEH-CSV/DEH-CSV.csproj b/DEH-CSV/DEH-CSV.csproj index 2e90af5..b8fddda 100644 --- a/DEH-CSV/DEH-CSV.csproj +++ b/DEH-CSV/DEH-CSV.csproj @@ -33,11 +33,11 @@ - - + + - - + +