From 443f455761fa3c87c5f79b2672f3b3af6e338503 Mon Sep 17 00:00:00 2001 From: lenucksi Date: Tue, 25 Nov 2025 15:35:58 +0100 Subject: [PATCH] Potential fix for code scanning alert no. 6: Workflow does not contain permissions Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com> --- .github/workflows/i18n-consistency-checker.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/i18n-consistency-checker.yaml b/.github/workflows/i18n-consistency-checker.yaml index f1e877210..a46b3ad9e 100644 --- a/.github/workflows/i18n-consistency-checker.yaml +++ b/.github/workflows/i18n-consistency-checker.yaml @@ -4,6 +4,9 @@ # - add the flag and language name that you want to use at the beginning of the #check-consistency step # ------------------------- name: i18n Consistency Check +permissions: + contents: read + issues: write on: schedule: