From 70702b2fa93baddc0c0b0b9d61755376304d9aab Mon Sep 17 00:00:00 2001 From: Vitaly Rtishchev Date: Sat, 13 Sep 2025 16:14:32 +0300 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> --- .github/workflows/pull_request.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index 2f92049..8e272d7 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -1,4 +1,6 @@ name: Pull request workflow +permissions: + contents: read on: pull_request: