From 436ebf874e5f7e84be406135a9dfae28a85ad5d8 Mon Sep 17 00:00:00 2001 From: Artur Babichev Date: Sat, 18 Apr 2026 08:32:29 +0400 Subject: [PATCH] Potential fix for code scanning alert no. 2: Workflow does not contain permissions Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com> --- .github/workflows/android.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml index 7b5b27203..23d9fb795 100644 --- a/.github/workflows/android.yml +++ b/.github/workflows/android.yml @@ -5,6 +5,9 @@ on: tags: - android/* +permissions: + contents: read + jobs: build_unit_test_publish_job: name: Build -> Unit-test -> Publish