From c1854255459d5849b8096d6adcba76f6f4f6423b Mon Sep 17 00:00:00 2001 From: Dhruva Shaw Date: Mon, 16 Jun 2025 00:22:13 +0530 Subject: [PATCH] Potential fix for code scanning alert no. 14: Workflow does not contain permissions Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com> Signed-off-by: Dhruva Shaw --- .github/workflows/axe.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/axe.yml b/.github/workflows/axe.yml index afa3c922..4e6d25f2 100644 --- a/.github/workflows/axe.yml +++ b/.github/workflows/axe.yml @@ -1,5 +1,8 @@ name: Axe accessibility testing +permissions: + contents: read + on: # if you want to run this on every push uncomment the following lines # push: