Skip to content

Commit 6e9e052

Browse files
authored
Update codeql-analysis.yml
1 parent 7c8f9fb commit 6e9e052

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
@@ -32,6 +32,11 @@ jobs:
3232
- name: Checkout repository
3333
uses: actions/checkout@v2
3434

35+
- name: Setup .NET Core SDK
36+
uses: actions/setup-dotnet@v1.9.0
37+
with:
38+
dotnet-version: 6.0.101
39+
3540
# Initializes the CodeQL tools for scanning.
3641
- name: Initialize CodeQL
3742
uses: github/codeql-action/init@v1
@@ -41,6 +46,8 @@ jobs:
4146
# By default, queries listed here will override any specified in a config file.
4247
# Prefix the list here with "+" to use these queries and those in the config file.
4348
# queries: ./path/to/local/query, your-org/your-repo/queries@main
49+
50+
4451

4552
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
4653
# If this step fails, then you should remove it and run the build manually (see below)

0 commit comments

Comments
 (0)