Skip to content

Commit e8584f2

Browse files
[Product Security] Add CodeQL scanning workflow configuration
This change adds CodeQL workflow to your repository. Created by the Product Security team at Zendesk as part of our Code Scanning programme You can learn more about CodeQL and how we use it in this article If you have any questions or need further assistance, please don't hesitate to reach out via Slack #ask-code-scanning
1 parent 62a0cf9 commit e8584f2

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

.github/workflows/codeql.yml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
name: "CodeQL public repository scanning"
2+
3+
on:
4+
push:
5+
schedule:
6+
- cron: "0 0 * * *"
7+
pull_request_target:
8+
types: [opened, synchronize, reopened]
9+
workflow_dispatch:
10+
11+
permissions:
12+
contents: read
13+
security-events: write
14+
actions: read
15+
packages: read
16+
17+
jobs:
18+
trigger-codeql:
19+
uses: zendesk/prodsec-code-scanning/.github/workflows/codeql_advanced_shared.yml@production

0 commit comments

Comments
 (0)