From c666bd46f3589a0e097bd005912935962e9d1133 Mon Sep 17 00:00:00 2001 From: Danil Nikolaev Date: Wed, 3 Dec 2025 06:25:22 +0300 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/build.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index d4302ba8..1a0b101f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -3,6 +3,9 @@ name: Android CI Build on: workflow_dispatch: +permissions: + contents: read + env: KEYSTORE_PASSWORD: ${{ secrets.KEYSTORE_PASSWORD }} RELEASE_SIGN_KEY_ALIAS: ${{ secrets.RELEASE_SIGN_KEY_ALIAS }}