Skip to content

Commit 438de3e

Browse files
Setup CodeQL Slack notifications
1 parent f291c45 commit 438de3e

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

.github/workflows/codeql.yml

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,7 @@
11
name: CodeQL
22

3-
on:
4-
workflow_dispatch:
5-
schedule:
6-
# Run at the end of every Monday
7-
- cron: '0 0 * * 1'
3+
on:
4+
push
85

96
jobs:
107
analyze:
@@ -63,8 +60,3 @@ jobs:
6360
- name: Autobuild
6461
if: matrix.config.language != 'cpp'
6562
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

Comments
 (0)