Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/copilot-setup-steps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand All @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
Loading