Skip to content

Commit d4ea819

Browse files
committed
Use security-extended CodeQL queries.
1 parent 761c1c2 commit d4ea819

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -23,25 +23,21 @@ jobs:
2323
language: [ 'csharp' ]
2424

2525
steps:
26-
- name: Checkout repository
26+
- name: Check out
2727
uses: actions/checkout@v3
2828

2929
- name: Set up .NET 7.0
3030
uses: actions/setup-dotnet@v3
3131
with:
3232
dotnet-version: 7.x
33-
dotnet-quality: preview
3433

3534
- name: Initialize CodeQL
3635
uses: github/codeql-action/init@v2
3736
with:
3837
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
4339

44-
- name: Autobuild
40+
- name: Build
4541
uses: github/codeql-action/autobuild@v2
4642

4743
- name: Perform CodeQL Analysis

0 commit comments

Comments
 (0)