From 8152feb70d7b22c12e3ebb04686b8e14c0581a1b Mon Sep 17 00:00:00 2001 From: Alexander Galichenko Date: Tue, 4 Nov 2025 17:55:05 +0200 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 aba4cec..274fda4 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -1,4 +1,6 @@ name: Test +permissions: + contents: read on: pull_request: