Skip to content

Commit e742bdc

Browse files
added dotnet version
1 parent e900a9a commit e742bdc

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,13 @@ jobs:
4848
- name: Checkout repository
4949
uses: actions/checkout@v4
5050

51+
- uses: actions/setup-dotnet@v4
52+
with:
53+
dotnet-version: |
54+
6.0.x
55+
7.0.x
56+
9.0.x
57+
5158
# Initializes the CodeQL tools for scanning.
5259
- name: Initialize CodeQL
5360
uses: github/codeql-action/init@v3

0 commit comments

Comments
 (0)