From 77bc3ced5de0cf08603ddafeb8f1df7af694ab1a Mon Sep 17 00:00:00 2001 From: "mr. m" <91018726+mauro-balades@users.noreply.github.com> Date: Wed, 14 May 2025 10:18:25 +0200 Subject: [PATCH] Potential fix for code scanning alert no. 9: Workflow does not contain permissions Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com> Signed-off-by: mr. m <91018726+mauro-balades@users.noreply.github.com> --- .github/workflows/macos-universal-release-build.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/macos-universal-release-build.yml b/.github/workflows/macos-universal-release-build.yml index 0f91da33f..6141c668f 100644 --- a/.github/workflows/macos-universal-release-build.yml +++ b/.github/workflows/macos-universal-release-build.yml @@ -1,5 +1,11 @@ name: macOS Release Build +permissions: + contents: read + actions: read + packages: read + id-token: write + on: workflow_call: inputs: