Skip to content

Commit 1c6efe9

Browse files
authored
Update codeql-analysis.yml
1 parent 46e8e74 commit 1c6efe9

1 file changed

Lines changed: 3 additions & 6 deletions

File tree

.github/workflows/codeql-analysis.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -55,17 +55,14 @@ jobs:
5555
# echo "Run, Build Application using script"
5656
# ./location_of_script_within_repo/buildscript.sh
5757
- name: Setup .NET SDK
58-
uses: actions/setup-dotnet@v4
58+
uses: actions/setup-dotnet@v5
5959
with:
60-
dotnet-version: 9.0.x
60+
dotnet-version: 10.0.x
6161

6262

6363
- name: Restore dependencies
6464
run: dotnet restore CleanArchitecture.Blazor.sln
6565
- name: Build
6666
run: dotnet build CleanArchitecture.Blazor.sln --configuration Debug --no-restore
6767

68-
- name: Perform CodeQL Analysis
69-
uses: github/codeql-action/analyze@v3
70-
with:
71-
languages: csharp
68+

0 commit comments

Comments
 (0)