From 833d5677b29e667890e1e358c893311b19ee235b Mon Sep 17 00:00:00 2001 From: Luke Walton Date: Thu, 12 Jun 2025 10:30:13 +0100 Subject: [PATCH] Potential fix for code scanning alert no. 2: 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 8648397..ea38f41 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -2,6 +2,8 @@ on: pull_request_target: name: CI - Pull Request +permissions: + contents: write jobs: set-env: