From 4585efef0a6cb5a7c67624ebc06ed06113ed4e39 Mon Sep 17 00:00:00 2001 From: Radhakrishnan Mudliar Date: Fri, 23 Jan 2026 17:50:36 +0530 Subject: [PATCH] Potential fix for code scanning alert no. 16: 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_plugin_on_tag.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release_plugin_on_tag.yml b/.github/workflows/release_plugin_on_tag.yml index 04c28bf7..d535f145 100644 --- a/.github/workflows/release_plugin_on_tag.yml +++ b/.github/workflows/release_plugin_on_tag.yml @@ -6,6 +6,8 @@ on: jobs: release: runs-on: ubuntu-latest + permissions: + contents: write steps: - uses: actions/checkout@v6 - name: Set up PHP