From 3b9f1eaef2b8bbcf96aa3d07c74eae79ccd28580 Mon Sep 17 00:00:00 2001 From: Dargon789 <64915515+Dargon789@users.noreply.github.com> Date: Fri, 6 Mar 2026 12:07:27 +0000 Subject: [PATCH] Potential fix for code scanning alert no. 13: 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: Dargon789 <64915515+Dargon789@users.noreply.github.com> --- .github/workflows/update-api-list.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/update-api-list.yaml b/.github/workflows/update-api-list.yaml index 2e8511b0421..62a44b0bbd0 100644 --- a/.github/workflows/update-api-list.yaml +++ b/.github/workflows/update-api-list.yaml @@ -5,6 +5,9 @@ on: jobs: update-api-list: + permissions: + contents: write + pull-requests: write runs-on: ubuntu-latest steps: - uses: actions/checkout@v6