From fe5aa85581c0ce588ef3247d460ba84fca27e53e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adolfo=20G=C3=B3mez?= Date: Fri, 14 Nov 2025 17:03:41 +0100 Subject: [PATCH] Potential fix for code scanning alert no. 7: Workflow does not contain permissions Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com> --- .github/workflows/build-windows-installer.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/build-windows-installer.yml b/.github/workflows/build-windows-installer.yml index 63ae514..5e27c58 100644 --- a/.github/workflows/build-windows-installer.yml +++ b/.github/workflows/build-windows-installer.yml @@ -1,4 +1,6 @@ name: Build UDSClient exe installer +permissions: + contents: read on: push: branches: [ master, v4.0 ]