Skip to content

Commit 27e0fcd

Browse files
authored
fix: correct the version of .Net installed
1 parent c241a61 commit 27e0fcd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Setup .NET
2525
uses: actions/setup-dotnet@v4
2626
with:
27-
dotnet-version: 7.x
27+
dotnet-version: 8.x
2828

2929
- name: Install dependencies
3030
run: dotnet restore

0 commit comments

Comments
 (0)