From 0c59ea1991452136b57e4c5eb25be41cc8624b82 Mon Sep 17 00:00:00 2001 From: Reuel Albert <66895085+ReuelAlbert-Dev@users.noreply.github.com> Date: Sun, 7 Jun 2026 18:37:47 +0800 Subject: [PATCH] Potential fix for code scanning alert no. 49: 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: Reuel Albert <66895085+ReuelAlbert-Dev@users.noreply.github.com> --- .github/workflows/verify-markdown-links.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/verify-markdown-links.yml b/.github/workflows/verify-markdown-links.yml index b81b0527a15..87f7750a810 100644 --- a/.github/workflows/verify-markdown-links.yml +++ b/.github/workflows/verify-markdown-links.yml @@ -16,6 +16,9 @@ on: - cron: '0 0 * * 0' workflow_dispatch: +permissions: + contents: read + jobs: verify-markdown-links: timeout-minutes: 10 # Prevents hanging workflows