1 parent 46e8e74 commit 1c6efe9Copy full SHA for 1c6efe9
1 file changed
.github/workflows/codeql-analysis.yml
@@ -55,17 +55,14 @@ jobs:
55
# echo "Run, Build Application using script"
56
# ./location_of_script_within_repo/buildscript.sh
57
- name: Setup .NET SDK
58
- uses: actions/setup-dotnet@v4
+ uses: actions/setup-dotnet@v5
59
with:
60
- dotnet-version: 9.0.x
+ dotnet-version: 10.0.x
61
62
63
- name: Restore dependencies
64
run: dotnet restore CleanArchitecture.Blazor.sln
65
- name: Build
66
run: dotnet build CleanArchitecture.Blazor.sln --configuration Debug --no-restore
67
68
- - name: Perform CodeQL Analysis
69
- uses: github/codeql-action/analyze@v3
70
- with:
71
- languages: csharp
+
0 commit comments