From ea470b2e8a67a5a69b8eed67d149d05945eca49f Mon Sep 17 00:00:00 2001 From: Amit Kumar Date: Sat, 21 Feb 2026 12:26:47 +0800 Subject: [PATCH] Potential fix for code scanning alert no. 2: Workflow does not contain permissions Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com> --- .github/workflows/audit.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/audit.yml b/.github/workflows/audit.yml index a25f3cc..20f594d 100644 --- a/.github/workflows/audit.yml +++ b/.github/workflows/audit.yml @@ -1,5 +1,8 @@ name: Security Audit +permissions: + contents: read + on: push: branches: [main]