Skip to content

Commit efd9523

Browse files
authored
Fix typo in CodeQL workflow configuration
1 parent 3611673 commit efd9523

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
strategy:
2222
fail-fast: false
2323
matrix:
24-
languages: ['actions', 'csharp']
24+
language: ['actions', 'csharp']
2525

2626
runs-on: ubuntu-latest
2727

@@ -43,6 +43,7 @@ jobs:
4343
- name: Initialize CodeQL
4444
uses: github/codeql-action/init@main
4545
with:
46+
languages: ${{ matrix.language }}
4647
config-file: ./.github/codeql/codeql-config.yml
4748

4849
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).

0 commit comments

Comments
 (0)