Skip to content

Commit ee7eb97

Browse files
authored
Update CodeQL workflow triggers
Enable workflow dispatch for CodeQL analysis and comment out other triggers.
1 parent 6c6b07d commit ee7eb97

1 file changed

Lines changed: 7 additions & 6 deletions

File tree

.github/workflows/codeql-analysis.yml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
name: "CodeQL"
22

33
on:
4-
push:
4+
workflow_dispatch:
5+
#push:
56
# Dependabot triggered push events have read-only access, but uploading code
67
# scanning requires write access.
7-
branches-ignore: [ dependabot/** ]
8-
pull_request:
9-
schedule:
10-
- cron: '0 12 * * 3'
8+
#branches-ignore: [ dependabot/** ]
9+
#pull_request:
10+
#schedule:
11+
#- cron: '0 12 * * 3'
1112

1213
jobs:
1314
analyze:
@@ -61,4 +62,4 @@ jobs:
6162
# make release
6263

6364
- name: Perform CodeQL Analysis
64-
uses: github/codeql-action/analyze@v4.38.0
65+
uses: github/codeql-action/analyze@v4.38.0

0 commit comments

Comments
 (0)