diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 80e61df2..cef27ee4 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -58,7 +58,7 @@ jobs: - name: Install .NET SDK if: matrix.language == 'csharp' - uses: actions/setup-dotnet@v5.0.1 + uses: actions/setup-dotnet@v5.1.0 with: dotnet-version: 10.0.x - name: Build web projects diff --git a/.github/workflows/copilot-setup-steps.yml b/.github/workflows/copilot-setup-steps.yml index 2fef5aaa..bd7ea594 100644 --- a/.github/workflows/copilot-setup-steps.yml +++ b/.github/workflows/copilot-setup-steps.yml @@ -25,7 +25,7 @@ jobs: steps: - uses: actions/checkout@v6 - name: Install .NET SDK - uses: actions/setup-dotnet@v5.0.1 + uses: actions/setup-dotnet@v5.1.0 with: dotnet-version: 10.0.x - name: Setup connection to GitHub packages diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index b7fd6162..7ac0c8db 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -21,7 +21,7 @@ jobs: steps: - uses: actions/checkout@v6 - name: Install .NET SDK - uses: actions/setup-dotnet@v5.0.1 + uses: actions/setup-dotnet@v5.1.0 with: dotnet-version: 10.0.x - name: Publish web projects @@ -54,18 +54,18 @@ jobs: fetch-depth: 0 #fetch-depth is needed for GitVersion #Install and calculate the new version with GitVersion - name: Install GitVersion - uses: gittools/actions/gitversion/setup@v4.2.0 + uses: gittools/actions/gitversion/setup@v4.3.0 with: versionSpec: 6.x - name: Determine Version - uses: gittools/actions/gitversion/execute@v4.2.0 + uses: gittools/actions/gitversion/execute@v4.3.0 id: gitversion # step id used as reference for output values - name: Display GitVersion outputs run: | echo "Version: ${{ steps.gitversion.outputs.MajorMinorPatch }}" echo "CommitsSinceVersionSource: ${{ steps.gitversion.outputs.CommitsSinceVersionSource }}" - name: Install .NET SDK - uses: actions/setup-dotnet@v5.0.1 + uses: actions/setup-dotnet@v5.1.0 with: dotnet-version: 10.0.x - name: Publish web projects @@ -85,7 +85,7 @@ jobs: steps: - uses: actions/checkout@v6 - name: Install .NET SDK - uses: actions/setup-dotnet@v5.0.1 + uses: actions/setup-dotnet@v5.1.0 with: dotnet-version: 10.0.x - name: Publish functional tests project @@ -135,7 +135,7 @@ jobs: with: fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis - name: Install .NET SDK - uses: actions/setup-dotnet@v5.0.1 + uses: actions/setup-dotnet@v5.1.0 with: dotnet-version: 10.0.x - name: Variable Substitution appsettings file for tests @@ -175,7 +175,7 @@ jobs: with: fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis - name: Install .NET SDK - uses: actions/setup-dotnet@v5.0.1 + uses: actions/setup-dotnet@v5.1.0 with: dotnet-version: 10.0.x - name: Cache SonarCloud packages @@ -319,7 +319,7 @@ jobs: name: functionalTests path: ${{ github.workspace }} - name: Install .NET SDK - uses: actions/setup-dotnet@v5.0.1 + uses: actions/setup-dotnet@v5.1.0 with: dotnet-version: 10.0.x - name: Run functional smoke tests on website and web service