From cd36c2b64bfdd89aa507b709479cd3314b68bc6a Mon Sep 17 00:00:00 2001 From: Dan <8297864+D-K-P@users.noreply.github.com> Date: Mon, 19 May 2025 16:50:24 +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/publish-webapp.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/publish-webapp.yml b/.github/workflows/publish-webapp.yml index 6ba6652ab2..3672385c4d 100644 --- a/.github/workflows/publish-webapp.yml +++ b/.github/workflows/publish-webapp.yml @@ -1,5 +1,9 @@ name: "🐳 Publish Webapp" +permissions: + contents: read + packages: write + on: workflow_call: inputs: