We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f291c45 commit 438de3eCopy full SHA for 438de3e
.github/workflows/codeql.yml
@@ -1,10 +1,7 @@
1
name: CodeQL
2
3
-on:
4
- workflow_dispatch:
5
- schedule:
6
- # Run at the end of every Monday
7
- - cron: '0 0 * * 1'
+on:
+ push
8
9
jobs:
10
analyze:
@@ -63,8 +60,3 @@ jobs:
63
60
- name: Autobuild
64
61
if: matrix.config.language != 'cpp'
65
62
uses: github/codeql-action/autobuild@60168efe1c415ce0f5521ea06d5c2062adbeed1b # v3
66
-
67
- - name: Perform CodeQL Analysis
68
- uses: github/codeql-action/analyze@60168efe1c415ce0f5521ea06d5c2062adbeed1b # v3
69
- with:
70
- category: '/language:${{matrix.config.language}}'
0 commit comments