File tree Expand file tree Collapse file tree 1 file changed +3
-7
lines changed Expand file tree Collapse file tree 1 file changed +3
-7
lines changed Original file line number Diff line number Diff line change @@ -23,25 +23,21 @@ jobs:
23
23
language : [ 'csharp' ]
24
24
25
25
steps :
26
- - name : Checkout repository
26
+ - name : Check out
27
27
uses : actions/checkout@v3
28
28
29
29
- name : Set up .NET 7.0
30
30
uses : actions/setup-dotnet@v3
31
31
with :
32
32
dotnet-version : 7.x
33
- dotnet-quality : preview
34
33
35
34
- name : Initialize CodeQL
36
35
uses : github/codeql-action/init@v2
37
36
with :
38
37
languages : ${{ matrix.language }}
39
- # If you wish to specify custom queries, you can do so here or in a config file.
40
- # By default, queries listed here will override any specified in a config file.
41
- # Prefix the list here with "+" to use these queries and those in the config file.
42
- # queries: ./path/to/local/query, your-org/your-repo/queries@main
38
+ queries : security-extended
43
39
44
- - name : Autobuild
40
+ - name : Build
45
41
uses : github/codeql-action/autobuild@v2
46
42
47
43
- name : Perform CodeQL Analysis
You can’t perform that action at this time.
0 commit comments