From 4a924b53d7bbb2e1c245d0d6867e0ffa95983ca9 Mon Sep 17 00:00:00 2001 From: Vincent Biret Date: Tue, 23 Nov 2021 15:49:20 -0500 Subject: [PATCH] - adds setup dotnet step --- .github/workflows/codeql-analysis.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index eb5b285..2f6b388 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -39,6 +39,11 @@ jobs: steps: - name: Checkout repository uses: actions/checkout@v2 + + - name: Setup .NET + uses: actions/setup-dotnet@v1.8.2 + with: + dotnet-version: 6.0.x # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL