Skip to content

Commit 3fc382d

Browse files
authored
Update codeql-analysis.yml
1 parent 60b7a6c commit 3fc382d

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,16 @@ jobs:
3939
steps:
4040
- name: Checkout repository
4141
uses: actions/checkout@v3
42+
43+
- name: Setup .NET 5.0
44+
uses: actions/setup-dotnet@v1
45+
with:
46+
dotnet-version: 5.0.x
47+
48+
- name: Setup .NET 6.0
49+
uses: actions/setup-dotnet@v1
50+
with:
51+
dotnet-version: 6.0.x
4252

4353
# Initializes the CodeQL tools for scanning.
4454
- name: Initialize CodeQL

0 commit comments

Comments
 (0)