From 771d7e5823c7dffb74526be703fd8b233b02655f Mon Sep 17 00:00:00 2001 From: Prabal Patra <163229512+alienx5499@users.noreply.github.com> Date: Sat, 28 Feb 2026 18:43:18 +0530 Subject: [PATCH] Potential fix for code scanning alert no. 39: Workflow does not contain permissions Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com> --- .github/workflows/security-scan.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/security-scan.yml b/.github/workflows/security-scan.yml index 6593491..44adb1e 100644 --- a/.github/workflows/security-scan.yml +++ b/.github/workflows/security-scan.yml @@ -1,5 +1,8 @@ name: Security Scan +permissions: + contents: read + on: push: branches: [ main, master, develop ]