From 3f441b1bb7cf2d3d77837491c67eb70b08f514e0 Mon Sep 17 00:00:00 2001 From: Cleboost Date: Sun, 14 Sep 2025 10:07:27 +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/pr.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 0185083..c434b96 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -1,5 +1,8 @@ name: Check PR +permissions: + contents: read + on: pull_request: push: