Skip to content

Commit 62f63d2

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

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

.github/workflows/codeql.yaml

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

0 commit comments

Comments
 (0)