Skip to content

Commit 92c8ea6

Browse files
committed
Upodate ci actions
Signed-off-by: Victor Chang <[email protected]>
1 parent d395aa3 commit 92c8ea6

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -65,10 +65,6 @@ jobs:
6565
actions: read
6666
contents: read
6767
security-events: write
68-
strategy:
69-
fail-fast: false
70-
matrix:
71-
language: [ 'csharp' ]
7268

7369
steps:
7470
- name: Checkout repository
@@ -91,7 +87,7 @@ jobs:
9187
- name: Initialize CodeQL
9288
uses: github/codeql-action/init@v2
9389
with:
94-
languages: ${{ matrix.language }}
90+
languages: csharp
9591

9692
- name: Restore dependencies
9793
run: dotnet restore
@@ -110,10 +106,6 @@ jobs:
110106
actions: read
111107
contents: read
112108
security-events: write
113-
strategy:
114-
fail-fast: false
115-
matrix:
116-
language: [ 'csharp' ]
117109

118110
steps:
119111
- name: Checkout repository

0 commit comments

Comments
 (0)