Skip to content

Commit 2efd63e

Browse files
authored
Update codeql-analysis.yml
1 parent b0fadfd commit 2efd63e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/codeql-analysis.yml

+5
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,11 @@ jobs:
3131
steps:
3232
- name: Checkout repository
3333
uses: actions/checkout@v2
34+
35+
- name: Setup .NET Core SDK
36+
uses: actions/[email protected]
37+
with:
38+
dotnet-version: 6.0.101
3439

3540
# Initializes the CodeQL tools for scanning.
3641
- name: Initialize CodeQL

0 commit comments

Comments
 (0)