Skip to content

Commit e92327e

Browse files
authored
feat: 同时进行工作流文件扫描
1 parent a4580be commit e92327e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/codeql.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ on:
1919
pull_request:
2020
branches: [ "main" ]
2121
schedule:
22-
- cron: '34 1 * * 3'
22+
- cron: '00 1 * * 3'
2323

2424
jobs:
2525
analyze:
@@ -45,6 +45,8 @@ jobs:
4545
fail-fast: false
4646
matrix:
4747
include:
48+
- language: actions
49+
build-mode: none
4850
- language: java-kotlin
4951
build-mode: none # This mode only analyzes Java. Set this to 'autobuild' or 'manual' to analyze Kotlin too.
5052
# CodeQL supports the following values keywords for 'language': 'actions', 'c-cpp', 'csharp', 'go', 'java-kotlin', 'javascript-typescript', 'python', 'ruby', 'swift'

0 commit comments

Comments
 (0)