From 2ee7e7dd701c5607d4c7324a73a93c90ec8a9e46 Mon Sep 17 00:00:00 2001 From: Korrrba Date: Fri, 29 Dec 2023 09:22:03 +0100 Subject: [PATCH] chore: switch knip cip to pull_request_target workflow Based on https://securitylab.github.com/research/github-actions-preventing-pwn-requests/ --- .github/workflows/knip.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/knip.yml b/.github/workflows/knip.yml index 2dbf6a23..e995e879 100644 --- a/.github/workflows/knip.yml +++ b/.github/workflows/knip.yml @@ -1,7 +1,7 @@ name: Knip on: - pull_request: + pull_request_target: permissions: checks: write