Skip to content

Commit a7434e9

Browse files
authored
Update codeql-analysis.yml
1 parent ae4452f commit a7434e9

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/codeql-analysis.yml

+9
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,15 @@ jobs:
4040
- name: Checkout repository
4141
uses: actions/checkout@v3
4242

43+
- name: Setup dotnet
44+
uses: actions/setup-dotnet@v3
45+
with:
46+
dotnet-version: |
47+
6.x
48+
7.x
49+
8.x
50+
9.x
51+
4352
# Initializes the CodeQL tools for scanning.
4453
- name: Initialize CodeQL
4554
uses: github/codeql-action/init@v2

0 commit comments

Comments
 (0)