From 3bc076134f0b3097304b96c51d3a23a8e2d58a58 Mon Sep 17 00:00:00 2001 From: Dhruva Shaw Date: Mon, 16 Jun 2025 00:20:19 +0530 Subject: [PATCH] Potential fix for code scanning alert no. 13: 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-site.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/broken-links-site.yml b/.github/workflows/broken-links-site.yml index b6b9e2df..ae9f6e25 100644 --- a/.github/workflows/broken-links-site.yml +++ b/.github/workflows/broken-links-site.yml @@ -1,5 +1,8 @@ name: Check for broken links on site +permissions: + contents: read + on: workflow_run: workflows: [Deploy site]