From 4355b7da3cffa5fe7ce71cba60b9066308128dbb Mon Sep 17 00:00:00 2001 From: halbothpa <86326485+halbothpa@users.noreply.github.com> Date: Tue, 19 May 2026 23:47:24 +0200 Subject: [PATCH] Potential fix for code scanning alert no. 2: 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 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9d542f9..4d20d6a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,6 +7,9 @@ on: branches: [main] workflow_dispatch: +permissions: + contents: read + jobs: validate: name: Validate plugin structure