From 26500e4009ef3e4b63d62e695d5e3f12ded7a41a Mon Sep 17 00:00:00 2001 From: github-actions Date: Mon, 17 Nov 2025 17:24:07 +0000 Subject: [PATCH] [Product Security] Add or update 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