Skip to content

Commit 40df1f1

Browse files
committed
.net9 in action
1 parent 2460d7d commit 40df1f1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,10 @@ jobs:
3737
steps:
3838
- name: Checkout repository
3939
uses: actions/checkout@v4
40+
- name: Setup .NET
41+
uses: actions/setup-dotnet@v4
42+
with:
43+
dotnet-version: 9.0.x
4044

4145
# Initializes the CodeQL tools for scanning.
4246
- name: Initialize CodeQL

0 commit comments

Comments
 (0)