From ec9b6ee9668ad166fd877b435bb0c01f7ce162b7 Mon Sep 17 00:00:00 2001 From: Galaxy Littlepaws <34807062+GalaxyLittlepaws@users.noreply.github.com> Date: Sat, 13 Dec 2025 22:34:18 -0500 Subject: [PATCH] Potential fix for code scanning alert no. 1: Workflow does not contain permissions (#47) Signed-off-by: Galaxy Littlepaws <34807062+GalaxyLittlepaws@users.noreply.github.com> Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com> --- .github/workflows/copy-web-files.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/copy-web-files.yaml b/.github/workflows/copy-web-files.yaml index 991e3ec..b64e111 100644 --- a/.github/workflows/copy-web-files.yaml +++ b/.github/workflows/copy-web-files.yaml @@ -1,4 +1,6 @@ name: Copy files to destination repo +permissions: + contents: read on: push: