There was an error while loading. Please reload this page.
1 parent 6c6b07d commit ee7eb97Copy full SHA for ee7eb97
1 file changed
.github/workflows/codeql-analysis.yml
@@ -1,13 +1,14 @@
1
name: "CodeQL"
2
3
on:
4
- push:
+ workflow_dispatch:
5
+ #push:
6
# Dependabot triggered push events have read-only access, but uploading code
7
# scanning requires write access.
- branches-ignore: [ dependabot/** ]
8
- pull_request:
9
- schedule:
10
- - cron: '0 12 * * 3'
+ #branches-ignore: [ dependabot/** ]
+ #pull_request:
+ #schedule:
11
+ #- cron: '0 12 * * 3'
12
13
jobs:
14
analyze:
@@ -61,4 +62,4 @@ jobs:
61
62
# make release
63
64
- name: Perform CodeQL Analysis
- uses: github/codeql-action/analyze@v4.38.0
65
+ uses: github/codeql-action/analyze@v4.38.0
0 commit comments