diff --git a/.github/workflows/codeql.yaml b/.github/workflows/codeql.yaml new file mode 100644 index 0000000..286b1ab --- /dev/null +++ b/.github/workflows/codeql.yaml @@ -0,0 +1,19 @@ +name: "CodeQL public repository scanning" + +on: + push: + schedule: + - cron: "0 0 * * *" + pull_request_target: + types: [opened, synchronize, reopened] + workflow_dispatch: + +permissions: + contents: read + security-events: write + actions: read + packages: read + +jobs: + trigger-codeql: + uses: zendesk/prodsec-code-scanning/.github/workflows/codeql_advanced_shared.yml@production