From 273e03d9bfe6371b6580b8d793bbf629d304437f Mon Sep 17 00:00:00 2001 From: Ludy Date: Tue, 19 Aug 2025 14:27:06 +0200 Subject: [PATCH] Potential fix for code scanning alert no. 15: Workflow does not contain permissions (#11) Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com> --- .github/workflows/pull-request-verification.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/pull-request-verification.yml b/.github/workflows/pull-request-verification.yml index e5668d9..8264539 100644 --- a/.github/workflows/pull-request-verification.yml +++ b/.github/workflows/pull-request-verification.yml @@ -117,6 +117,8 @@ jobs: test-change-type: runs-on: ubuntu-latest + permissions: + contents: read steps: - uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0 - name: configure GIT user