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 7644012 commit 9bd116fCopy full SHA for 9bd116f
1 file changed
.github/workflows/codeql-analysis.yml
@@ -18,6 +18,10 @@ on:
18
19
jobs:
20
CodeQL-Build:
21
+ strategy:
22
+ fail-fast: false
23
+ matrix:
24
+ language: ['actions', 'csharp']
25
26
runs-on: ubuntu-latest
27
@@ -38,9 +42,7 @@ jobs:
38
42
# Initializes the CodeQL tools for scanning.
39
43
- name: Initialize CodeQL
40
44
uses: github/codeql-action/init@main
41
- # Override language selection by uncommenting this and choosing your languages
45
with:
- languages: csharp
46
config-file: ./.github/codeql/codeql-config.yml
47
48
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
0 commit comments