From 20e140b7b6e7c95c583c5f5c24f925554d6348b9 Mon Sep 17 00:00:00 2001 From: Virul Nirmala Wickramasinghe <89099391+iamvirul@users.noreply.github.com> Date: Wed, 17 Jun 2026 00:28:31 +0530 Subject: [PATCH] Potential fix for code scanning alert no. 12: Workflow does not contain permissions Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com> --- .github/workflows/ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1be2222..71c73df 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,6 +7,10 @@ on: branches: [master] workflow_dispatch: +permissions: + contents: read + actions: read + jobs: build-windows: name: Windows