Skip to content

Commit 3c2a89e

Browse files
authored
Update .NET Core version in CodeQL workflow
1 parent 1411827 commit 3c2a89e

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 Core
2525
uses: actions/setup-dotnet@v5
2626
with:
27-
dotnet-version: '9.0.x'
27+
dotnet-version: '10.0.x'
2828
dotnet-quality: 'preview'
2929
- name: Autobuild
3030
uses: github/codeql-action/autobuild@v4

0 commit comments

Comments
 (0)