From b846803062b346bdaf51a8d980f50cc13826264a Mon Sep 17 00:00:00 2001 From: KoalaDev <6156589+Shik3i@users.noreply.github.com> Date: Tue, 23 Jun 2026 00:56:28 +0200 Subject: [PATCH] Potential fix for code scanning alert no. 14: 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 d7a4426..14bd8e9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,6 +8,9 @@ on: branches: [main] pull_request: +permissions: + contents: read + # Cancel superseded runs on the same ref to save CI minutes. Unlike the release # workflow, an interrupted CI run has no side effects. concurrency: