From 76445eea75e7014fb9f62a72dd35237c3778d30b Mon Sep 17 00:00:00 2001 From: Copilot <198982749+Copilot@users.noreply.github.com> Date: Tue, 19 May 2026 12:25:17 +1000 Subject: [PATCH] fix: add explicit permissions to build-website workflow (CodeQL alert #30) (#1759) * Initial plan * fix: add explicit permissions to build-website workflow (alert #30) Co-authored-by: aaronpowell <434140+aaronpowell@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: aaronpowell <434140+aaronpowell@users.noreply.github.com> --- .github/workflows/build-website.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/build-website.yml b/.github/workflows/build-website.yml index 2e4fe3a6..da99b3e8 100644 --- a/.github/workflows/build-website.yml +++ b/.github/workflows/build-website.yml @@ -12,6 +12,9 @@ on: - hooks - workflows +permissions: + contents: read + jobs: build: runs-on: ubuntu-latest