From 8cf06b13b08a9549f1e5b04fccc14f2146c5563b Mon Sep 17 00:00:00 2001 From: Benoit Marty Date: Thu, 5 Mar 2026 15:36:29 +0100 Subject: [PATCH] Ignore zizmor reports. --- .github/workflows/fork-pr-notice.yml | 2 +- .github/workflows/pull_request.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/fork-pr-notice.yml b/.github/workflows/fork-pr-notice.yml index 246cf371d8..c202123aab 100644 --- a/.github/workflows/fork-pr-notice.yml +++ b/.github/workflows/fork-pr-notice.yml @@ -2,7 +2,7 @@ name: Community PR notice on: workflow_dispatch: - pull_request_target: + pull_request_target: # zizmor: ignore[dangerous-triggers] types: - opened - reopened diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index 89dbdfa6cb..9ad9dd7167 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -2,7 +2,7 @@ name: Pull Request on: pull_request_target: types: [ opened, edited, labeled, unlabeled, synchronize ] - workflow_call: + workflow_call: # zizmor: ignore[dangerous-triggers] secrets: ELEMENT_BOT_TOKEN: required: true