Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3611673 commit efd9523Copy full SHA for efd9523
1 file changed
.github/workflows/codeql-analysis.yml
@@ -21,7 +21,7 @@ jobs:
21
strategy:
22
fail-fast: false
23
matrix:
24
- languages: ['actions', 'csharp']
+ language: ['actions', 'csharp']
25
26
runs-on: ubuntu-latest
27
@@ -43,6 +43,7 @@ jobs:
43
- name: Initialize CodeQL
44
uses: github/codeql-action/init@main
45
with:
46
+ languages: ${{ matrix.language }}
47
config-file: ./.github/codeql/codeql-config.yml
48
49
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
0 commit comments