Skip to content

Commit

Permalink
Adjust CodeQL
Browse files Browse the repository at this point in the history
  • Loading branch information
James A Sutherland committed Nov 21, 2023
1 parent abb0a05 commit 09e7bdd
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@ jobs:

strategy:
fail-fast: false
matrix:
language: [ csharp ]

steps:
- name: Checkout
Expand All @@ -29,13 +27,13 @@ jobs:
- name: Initialize CodeQL
uses: github/codeql-action/init@v2
with:
languages: ${{ matrix.language }}
languages: csharp
queries: +security-and-quality

- name: Autobuild
uses: github/codeql-action/autobuild@v2
- name: Build
run: dotnet build -c Debug

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v2
with:
category: "/language:${{ matrix.language }}"
category: "/language:csharp"

0 comments on commit 09e7bdd

Please sign in to comment.