aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorMario Campos <mario-campos@github.com>2020-11-21 12:03:09 -0600
committerGitHub <noreply@github.com>2020-11-21 12:03:09 -0600
commite2aa7635bdd6e40b95f158390e38913464d7f773 (patch)
treead21ee83df01b4f33f9f41f9ebc68447ae049af8 /.github
parent2f00d05eae2277d00a777d27be763b606688ed03 (diff)
Update codeql-analysis.yml
Diffstat (limited to '.github')
-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