From 22f0272a32e204b1e03cb77ddc2a4a116d5dca53 Mon Sep 17 00:00:00 2001 From: Anthony Ronning <101225832+AnthonyRonning@users.noreply.github.com> Date: Sat, 11 Jul 2026 22:45:57 +0000 Subject: [PATCH] Allow security audit to open issues --- .github/workflows/security.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/security.yml b/.github/workflows/security.yml index 78f6006..32672c0 100644 --- a/.github/workflows/security.yml +++ b/.github/workflows/security.yml @@ -37,6 +37,7 @@ jobs: permissions: contents: read checks: write + issues: write steps: - name: Checkout sources uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4