From c6b21f66b0101bec9a5db26dd90e9564263cd865 Mon Sep 17 00:00:00 2001 From: Qubitium-ModelCloud Date: Thu, 25 Sep 2025 23:19:34 +0800 Subject: [PATCH] Potential fix for code scanning alert no. 17: Workflow does not contain permissions 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 0c72bc2fa..aa7907049 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -351,6 +351,8 @@ jobs: overwrite: true release-source: + permissions: + contents: write runs-on: [ self-hosted, xeon5 ] needs: - check-vm