From dc0fca1bdebae75e158d116d83573808139fad01 Mon Sep 17 00:00:00 2001 From: Jonathan Langevin Date: Thu, 10 Jul 2025 18:18:33 -0400 Subject: [PATCH] Potential fix for code scanning alert no. 3: Workflow does not contain permissions Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com> --- .github/workflows/module-release.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/module-release.yml b/.github/workflows/module-release.yml index 4dbdea73..c0692b8e 100644 --- a/.github/workflows/module-release.yml +++ b/.github/workflows/module-release.yml @@ -1,6 +1,10 @@ name: Module Release run-name: Module Release for ${{ inputs.module || github.event.inputs.module }} - ${{ inputs.releaseType || github.event.inputs.releaseType }} - +permissions: + contents: write + pull-requests: read + issues: read + packages: read on: workflow_dispatch: inputs: