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..fd7b521e 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 @@ -65,7 +65,7 @@ jobs: 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