From 8bd18feddf424caedb59243fa6a88d9b1dfdfcad Mon Sep 17 00:00:00 2001 From: Alexander Galichenko Date: Tue, 4 Nov 2025 16:48:31 +0200 Subject: [PATCH] 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 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index c74a132..c72ae8c 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -5,6 +5,9 @@ on: branches: - main +permissions: + contents: read + jobs: test: runs-on: ubuntu-latest