From a4b43f64ef577597af7d18cc0af01acf0d0454c1 Mon Sep 17 00:00:00 2001 From: Artur Babichev Date: Sat, 18 Apr 2026 08:33:38 +0400 Subject: [PATCH] Potential fix for code scanning alert no. 1: Workflow does not contain permissions Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com> --- .github/workflows/ios.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ios.yml b/.github/workflows/ios.yml index 62d54958b..8c4190df4 100644 --- a/.github/workflows/ios.yml +++ b/.github/workflows/ios.yml @@ -1,5 +1,8 @@ name: iOS CD +permissions: + contents: read + on: push: tags: