We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6d5fc3 commit fe74b88Copy full SHA for fe74b88
.github/workflows/codeql.yaml
@@ -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