From 6b5307214fd82cba9fed22fa19e51554975eaf2e Mon Sep 17 00:00:00 2001 From: Will Sarg <12886992+willsarg@users.noreply.github.com> Date: Mon, 16 Feb 2026 23:36:00 -0500 Subject: [PATCH] fix(security): remove duplicate permissions causing workflow validation failure (#475) The permissions block had duplicate security-events and actions keys, which caused YAML validation errors and prevented workflow execution. Fixes: workflow file validation failures on main branch --- .github/workflows/security.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/security.yml b/.github/workflows/security.yml index 5571239..61f04c9 100644 --- a/.github/workflows/security.yml +++ b/.github/workflows/security.yml @@ -16,8 +16,6 @@ permissions: contents: read security-events: write actions: read - security-events: write - actions: read env: CARGO_TERM_COLOR: always