From 9ebd3d2527b6c610d279365569d281e4d7dcf91d Mon Sep 17 00:00:00 2001 From: Piotr Kuczynski Date: Fri, 11 Jul 2025 17:46:50 +0200 Subject: [PATCH] ci: limit workflow permissions Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com> --- .github/workflows/tests.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index ec9985fc..062b35dd 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -1,5 +1,9 @@ name: tests +permissions: + contents: read + pull-requests: write + on: push: branches: [ master ]