From 868fd5c064c707621925567db21692a766861ec6 Mon Sep 17 00:00:00 2001 From: AU_gdev_19 <64915515+Dargon789@users.noreply.github.com> Date: Sun, 25 May 2025 23:08:28 +0700 Subject: [PATCH] Potential fix for code scanning alert no. 19: Workflow does not contain permissions Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com> Signed-off-by: AU_gdev_19 <64915515+Dargon789@users.noreply.github.com> --- .github/workflows/release.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4bf0543fb7482..1b18d4ad1dd2c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -295,6 +295,9 @@ jobs: runs-on: ubuntu-latest needs: [prepare, release-docker, release, cleanup] if: failure() + permissions: + issues: write + contents: read steps: - uses: actions/checkout@v4 - uses: JasonEtco/create-an-issue@v2