From 4ce62de35a28be30c11b777b5e1f4cb2b1de770e Mon Sep 17 00:00:00 2001 From: Macocian Alexandru Victor Date: Sun, 2 Jan 2022 17:19:43 +0200 Subject: [PATCH] Update codeql-analysis.yml Install net 6.0 before build --- .github/workflows/codeql-analysis.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 6c87603..a327b68 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -40,6 +40,14 @@ jobs: - name: Checkout repository uses: actions/checkout@v2 + - name: Install .NET Core + uses: actions/setup-dotnet@v1 + with: + dotnet-version: '6.0.x' + + - name: Setup MSBuild.exe + uses: microsoft/setup-msbuild@v1.0.1 + # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL uses: github/codeql-action/init@v1