We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 44f446e + 1808668 commit c4aef59Copy full SHA for c4aef59
.github/workflows/CI.yml
@@ -17,6 +17,7 @@ jobs:
17
fail-fast: false
18
matrix:
19
runner-os: [windows-latest, ubuntu-latest, macos-latest]
20
+ language: [ csharp, actions ]
21
22
runs-on: ${{ matrix.runner-os }}
23
@@ -29,7 +30,8 @@ jobs:
29
30
if: matrix.runner-os == 'ubuntu-latest'
31
uses: github/codeql-action/init@v3
32
with:
- languages: "csharp"
33
+ languages: ${{ matrix.language }}
34
+ queries: +security-and-quality
35
config-file: ./.github/codeql/codeql-config.yml
36
37
- name: Setup .NET
0 commit comments