From e4421074208fcf7dd7bfcd67f85290f46b26eae8 Mon Sep 17 00:00:00 2001 From: Jamie Sinn Date: Mon, 8 Dec 2025 11:04:21 -0500 Subject: [PATCH] Potential fix for code scanning alert no. 1: 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 f9ad34c..1630ae4 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -10,6 +10,8 @@ on: jobs: release: name: Release + permissions: + contents: write runs-on: ubuntu-18.04 steps: - name: Checkout