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.
1 parent d395aa3 commit 92c8ea6Copy full SHA for 92c8ea6
.github/workflows/ci.yml
@@ -65,10 +65,6 @@ jobs:
65
actions: read
66
contents: read
67
security-events: write
68
- strategy:
69
- fail-fast: false
70
- matrix:
71
- language: [ 'csharp' ]
72
73
steps:
74
- name: Checkout repository
@@ -91,7 +87,7 @@ jobs:
91
87
- name: Initialize CodeQL
92
88
uses: github/codeql-action/init@v2
93
89
with:
94
- languages: ${{ matrix.language }}
90
+ languages: csharp
95
96
- name: Restore dependencies
97
run: dotnet restore
@@ -110,10 +106,6 @@ jobs:
110
106
111
107
112
108
113
114
115
116
117
109
118
119
0 commit comments