Skip to content

Commit 006ed86

Browse files
update codeql with .net 7 setup
1 parent b57f19c commit 006ed86

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/codeql-analysis.yml

+6
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,12 @@ jobs:
4949
# By default, queries listed here will override any specified in a config file.
5050
# Prefix the list here with "+" to use these queries and those in the config file.
5151
# queries: ./path/to/local/query, your-org/your-repo/queries@main
52+
53+
# Setup .NET 7
54+
- name: Setup .NET 7
55+
uses: actions/setup-dotnet@v3
56+
with:
57+
dotnet-version 7.0.x
5258

5359
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
5460
# If this step fails, then you should remove it and run the build manually (see below)

0 commit comments

Comments
 (0)