From 85e32d2ded98c1194cb819c6ae11bbd5cabe80eb Mon Sep 17 00:00:00 2001 From: Dhruva Shaw Date: Mon, 16 Jun 2025 00:26:48 +0530 Subject: [PATCH] Potential fix for code scanning alert no. 15: 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/broken-links.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/broken-links.yml b/.github/workflows/broken-links.yml index 0c35d199..a28541f6 100644 --- a/.github/workflows/broken-links.yml +++ b/.github/workflows/broken-links.yml @@ -1,5 +1,8 @@ name: Check for broken links +permissions: + contents: read + on: push: branches: