From 7fe547fc4daf9ff15b2d5c5133b8d085c407548c Mon Sep 17 00:00:00 2001 From: Jonathan Langevin Date: Thu, 10 Jul 2025 18:19:40 -0400 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> --- .github/workflows/release.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6cba2127..3e853ff5 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,6 +1,10 @@ name: Release run-name: Release ${{ github.event.inputs.version || github.event.inputs.releaseType }} +permissions: + contents: read + packages: write + on: workflow_dispatch: inputs: