Skip to content

Commit 1b5d98c

Browse files
committed
Update CodeQL workflow to use .NET 10 preview
1 parent 0dfcbf4 commit 1b5d98c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
uses: actions/checkout@v4
2424
- uses: actions/setup-dotnet@v4
2525
with:
26-
dotnet-version: '9.0.x'
26+
dotnet-version: '10.0.x'
2727
dotnet-quality: 'preview'
2828
- name: Initialize CodeQL
2929
uses: github/codeql-action/init@v3

0 commit comments

Comments
 (0)