From aa4d0419ac66e9b29d580ea847972d36f8521c1a Mon Sep 17 00:00:00 2001 From: defnone <141522332+defnone@users.noreply.github.com> Date: Sat, 28 Jun 2025 17:31:17 +0700 Subject: [PATCH] Potential fix for code scanning alert no. 25: 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-pipeline.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/release-pipeline.yml b/.github/workflows/release-pipeline.yml index 80e5e53..42dc7e8 100644 --- a/.github/workflows/release-pipeline.yml +++ b/.github/workflows/release-pipeline.yml @@ -4,6 +4,10 @@ on: release: types: [released] +permissions: + contents: read + packages: write + jobs: build: runs-on: ubuntu-latest