Skip to content

Commit

Permalink
Use security-extended CodeQL queries.
Browse files Browse the repository at this point in the history
  • Loading branch information
bgrainger committed Sep 3, 2023
1 parent 761c1c2 commit d4ea819
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,25 +23,21 @@ jobs:
language: [ 'csharp' ]

steps:
- name: Checkout repository
- name: Check out
uses: actions/checkout@v3

- name: Set up .NET 7.0
uses: actions/setup-dotnet@v3
with:
dotnet-version: 7.x
dotnet-quality: preview

- name: Initialize CodeQL
uses: github/codeql-action/init@v2
with:
languages: ${{ matrix.language }}
# If you wish to specify custom queries, you can do so here or in a config file.
# By default, queries listed here will override any specified in a config file.
# Prefix the list here with "+" to use these queries and those in the config file.
# queries: ./path/to/local/query, your-org/your-repo/queries@main
queries: security-extended

- name: Autobuild
- name: Build
uses: github/codeql-action/autobuild@v2

- name: Perform CodeQL Analysis
Expand Down

0 comments on commit d4ea819

Please sign in to comment.