From 054140bfafcc575575a038be480e4b12a812ae0c Mon Sep 17 00:00:00 2001 From: Alexandr Nemesh Date: Mon, 18 Apr 2022 12:16:14 +0300 Subject: [PATCH] Update codeql-analysis.yml --- .github/workflows/codeql-analysis.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 7b5611b..bedb288 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -49,7 +49,12 @@ jobs: # By default, queries listed here will override any specified in a config file. # Prefix the list here with "+" to use these queries and those in the config file. # queries: ./path/to/local/query, your-org/your-repo/queries@main - + + - name: Setup .NET + uses: actions/setup-dotnet@v1 + with: + dotnet-version: '6.0' + # Autobuild attempts to build any compiled languages (C/C++, C#, or Java). # If this step fails, then you should remove it and run the build manually (see below) - name: Autobuild