From 37814bf6cd8ba3a64e9cdbc5820956670956b48a Mon Sep 17 00:00:00 2001 From: Diptanil Saha Date: Tue, 2 Jun 2026 16:36:50 +0530 Subject: [PATCH] ci: fix for pull request finding 'CodeQL / Workflow does not contain permissions' Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com> --- .github/workflows/sync-hotfix-translations.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/sync-hotfix-translations.yml b/.github/workflows/sync-hotfix-translations.yml index 5de1718413f..0e49d0a0fb7 100644 --- a/.github/workflows/sync-hotfix-translations.yml +++ b/.github/workflows/sync-hotfix-translations.yml @@ -16,6 +16,9 @@ on: - cron: "0 10 * * 1" workflow_dispatch: +permissions: + contents: read + jobs: trigger-runners: name: Trigger sync → ${{ matrix.hotfix_branch }}