Skip to content

Commit c4aef59

Browse files
authored
Merge pull request #1432 from github/timisoetan/codeql-actions-language-support
Add actions language support to CodeQL analysis
2 parents 44f446e + 1808668 commit c4aef59

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/CI.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ jobs:
1717
fail-fast: false
1818
matrix:
1919
runner-os: [windows-latest, ubuntu-latest, macos-latest]
20+
language: [ csharp, actions ]
2021

2122
runs-on: ${{ matrix.runner-os }}
2223

@@ -29,7 +30,8 @@ jobs:
2930
if: matrix.runner-os == 'ubuntu-latest'
3031
uses: github/codeql-action/init@v3
3132
with:
32-
languages: "csharp"
33+
languages: ${{ matrix.language }}
34+
queries: +security-and-quality
3335
config-file: ./.github/codeql/codeql-config.yml
3436

3537
- name: Setup .NET

0 commit comments

Comments
 (0)