From ad9f497cb97684c691d6f0102130f7548db6c959 Mon Sep 17 00:00:00 2001 From: github-actions Date: Thu, 30 Oct 2025 13:08:43 +0000 Subject: [PATCH] [Product Security] Adding CodeQL Workflow --- .github/workflows/codeql.yaml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 .github/workflows/codeql.yaml 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