From 46df48e149ebf992ac93eccaa4ed2ba328464346 Mon Sep 17 00:00:00 2001 From: Scott Brenner Date: Thu, 27 Aug 2026 16:07:29 -0700 Subject: [PATCH] Fix for code scanning alert: Workflow does not contain permissions Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com> --- .github/workflows/check-links.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/check-links.yml b/.github/workflows/check-links.yml index e1df30667..a820f55e0 100644 --- a/.github/workflows/check-links.yml +++ b/.github/workflows/check-links.yml @@ -2,6 +2,9 @@ name: Check links on: pull_request +permissions: + contents: read + jobs: check-links: name: Check links