Skip to content

Commit 905d082

Browse files
committed
update code ql
1 parent a118cdd commit 905d082

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/codeql.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@ on:
1616
branches: [ "master", "dev" ]
1717
pull_request:
1818
branches: [ "master", "dev" ]
19-
schedule:
20-
- cron: '30 21 * * 6'
2119

2220
jobs:
2321
analyze:
@@ -80,7 +78,7 @@ jobs:
8078
- if: matrix.build-mode == 'manual'
8179
shell: bash
8280
run: |
83-
dotnet build
81+
dotnet build kv.sln
8482
8583
- name: Perform CodeQL Analysis
8684
uses: github/codeql-action/analyze@v3

0 commit comments

Comments
 (0)