From c596b12ba0976126134a4e10b5e519811c7b4703 Mon Sep 17 00:00:00 2001 From: UserPlayer1234 Date: Fri, 29 May 2026 21:12:32 -0700 Subject: [PATCH] Potential fix for code scanning alert no. 1: 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: UserPlayer1234 --- .github/workflows/main.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 47c6c26..444aa38 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -8,6 +8,9 @@ on: branches: - main +permissions: + contents: read + jobs: test: name: continuous-integration