Skip to content

Commit 126bc06

Browse files
fix codeql workflow (#69)
1 parent c7413cf commit 126bc06

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
@@ -38,7 +38,7 @@ jobs:
3838
- name: Setup .NET
3939
uses: actions/setup-dotnet@v5
4040
with:
41-
dotnet-version: 9.0.x
41+
dotnet-version: 10.0.x
4242

4343
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
4444
# If this step fails, then you should remove it and run the build manually (see below)

0 commit comments

Comments
 (0)