Skip to content

Commit 5bb1501

Browse files
authored
Update codeql-analysis.yml to install .NET SDKs
1 parent 1372c7a commit 5bb1501

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,14 @@ jobs:
3737
- name: Checkout repository
3838
uses: actions/checkout@v3
3939

40+
- name: Setup .NET Core
41+
uses: actions/setup-dotnet@v4
42+
with:
43+
dotnet-version: |
44+
6.0.x
45+
8.0.x
46+
9.0.x
47+
4048
# Initializes the CodeQL tools for scanning.
4149
- name: Initialize CodeQL
4250
uses: github/codeql-action/init@v3

0 commit comments

Comments
 (0)