Skip to content

Commit b47bfeb

Browse files
author
github-actions
committed
[Product Security] Adding CodeQL Workflow
1 parent ab34ca8 commit b47bfeb

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

.github/workflows/codeql.yaml

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)