Skip to content

Commit 2dc7e8c

Browse files
author
github-actions
committed
[Product Security] Adding CodeQL Workflow
1 parent ce106d2 commit 2dc7e8c

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

.github/workflows/codeql.yaml

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

0 commit comments

Comments
 (0)