From 27e4f7290a1b0ed352269bd3919e56ec3263739b Mon Sep 17 00:00:00 2001 From: SamTV12345 <40429738+SamTV12345@users.noreply.github.com> Date: Sun, 24 Aug 2025 23:24:20 +0200 Subject: [PATCH] Potential fix for code scanning alert no. 107: Workflow does not contain permissions (#7091) Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com> --- .github/workflows/release.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 52f58012f..caa3fd052 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,3 +1,5 @@ +permissions: + contents: read name: Release etherpad on: workflow_dispatch: