File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change 32
32
- name : Checkout repository
33
33
uses : actions/checkout@v2
34
34
35
+ - name : Setup .NET Core SDK
36
+ uses : actions/setup-dotnet@v1.9.0
37
+ with :
38
+ dotnet-version : 6.0.101
39
+
35
40
# Initializes the CodeQL tools for scanning.
36
41
- name : Initialize CodeQL
37
42
uses : github/codeql-action/init@v1
41
46
# By default, queries listed here will override any specified in a config file.
42
47
# Prefix the list here with "+" to use these queries and those in the config file.
43
48
# queries: ./path/to/local/query, your-org/your-repo/queries@main
49
+
50
+
44
51
45
52
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
46
53
# If this step fails, then you should remove it and run the build manually (see below)
You can’t perform that action at this time.
0 commit comments