aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/codeql-analysis.yml7
1 files changed, 4 insertions, 3 deletions
diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml
index 5ad2c1636..24d75ae2c 100644
--- a/.github/workflows/codeql-analysis.yml
+++ b/.github/workflows/codeql-analysis.yml
@@ -21,14 +21,15 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v2
-
+ - name: Setup .NET Core
+ uses: actions/setup-dotnet@v1
+ with:
+ dotnet-version: '5.0.100'
- name: Initialize CodeQL
uses: github/codeql-action/init@v1
with:
languages: ${{ matrix.language }}
-
- name: Autobuild
uses: github/codeql-action/autobuild@v1
-
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v1