Skip to content

Commit f16fd76

Browse files
committed
[CodeQL] Setup .NET 6
1 parent 1077a46 commit f16fd76

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,11 @@ jobs:
5151
# Prefix the list here with "+" to use these queries and those in the config file.
5252
# queries: ./path/to/local/query, your-org/your-repo/queries@main
5353

54+
- name: Setup .NET
55+
uses: actions/setup-dotnet@v1
56+
with:
57+
dotnet-version: 6.0.x
58+
5459
# Build
5560
- run: dotnet build src/Simplify.sln -v minimal
5661

0 commit comments

Comments
 (0)