From 3819b37b23606ed42f5ff8357268e07aefb2a5f0 Mon Sep 17 00:00:00 2001 From: Eugene Fox Date: Sat, 4 Oct 2025 18:27:43 +0000 Subject: [PATCH] chore(ci): CWE-275 fix --- .github/workflows/audit.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/audit.yml b/.github/workflows/audit.yml index fb58212..6c49218 100644 --- a/.github/workflows/audit.yml +++ b/.github/workflows/audit.yml @@ -25,6 +25,9 @@ on: - '.git*' workflow_dispatch: +permissions: + contents: read + jobs: audit: runs-on: ubuntu-latest