Skip to content

Commit b86e841

Browse files
authored
Update codeql-analysis.yml
1 parent a5e52db commit b86e841

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.github/workflows/codeql-analysis.yml

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

43+
- name: Setup .NET Core 3.1
44+
uses: actions/setup-dotnet@v1
45+
with:
46+
dotnet-version: 3.1.x
47+
- name: Setup .NET 6
48+
uses: actions/setup-dotnet@v1
49+
with:
50+
dotnet-version: 6.0.x
51+
- name: Setup .NET 7
52+
uses: actions/setup-dotnet@v1
53+
with:
54+
dotnet-version: 7.0.x
55+
4356
# Initializes the CodeQL tools for scanning.
4457
- name: Initialize CodeQL
4558
uses: github/codeql-action/init@v2

0 commit comments

Comments
 (0)