opnsense-src/.github
Ahmad Khalifa 8528d7e4f6 github: Fix checklist action
Workflows triggered by the 'pull_request' event can't have write
permissions. With write permissions a malicious pull request can alter
or create a workflow that either leaks the GITHUB_TOKEN with the write
permissions or do malicious things in the workflow itself.

The 'pull_request_target' event on the other hand allows workflows to
run with write permissions but runs on the merge base of the PR, this
way a pull request that alters such a workflow will not have it's code
run until it's merged.

Signed-off-by: Ahmad Khalifa <ahmadkhalifa570@gmail.com>
Reviewed by: imp, emaste
Pull Request: https://github.com/freebsd/freebsd-src/pull/1581
2025-04-28 15:27:29 -06:00
..
PULL_REQUEST_TEMPLATE Fix typo: messages missing an 'a'. 2023-03-01 16:34:43 -07:00
workflows github: Fix checklist action 2025-04-28 15:27:29 -06:00
CODEOWNERS CODEOWNERS: Add nuageinit 2024-07-25 11:15:29 +02:00