Skip to content

Commit

Permalink
FIX: CodeQL workflow setup
Browse files Browse the repository at this point in the history
  • Loading branch information
jslachta committed Nov 13, 2021
1 parent 5417da4 commit 17b3475
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,11 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v2

- name: Setup .NET
uses: actions/setup-dotnet@v1
with:
dotnet-version: 6.0.x

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@v1
Expand Down

0 comments on commit 17b3475

Please sign in to comment.