Skip to content

Commit c1450c6

Browse files
committed
Install .NET 10 on CodeQL
1 parent c5414f2 commit c1450c6

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/codeql-analysis.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,12 @@ jobs:
4040
- name: Checkout repository
4141
uses: actions/checkout@v2
4242

43+
# Temporarily set up .NET 10 SDK until CodeQL autobuild supports .NET 10
44+
- name: Setup .NET 10
45+
uses: actions/setup-dotnet@v5
46+
with:
47+
dotnet-version: 10.0.x
48+
4349
# Initializes the CodeQL tools for scanning.
4450
- name: Initialize CodeQL
4551
uses: github/codeql-action/init@v1

0 commit comments

Comments
 (0)