From dd29a69daaf4af816f19dd272d61eb265e694ff6 Mon Sep 17 00:00:00 2001 From: Kyle Corry Date: Wed, 3 Dec 2025 15:31:07 -0500 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-test.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/android-test.yml b/.github/workflows/android-test.yml index 2e9f6f0de0..442d38067e 100644 --- a/.github/workflows/android-test.yml +++ b/.github/workflows/android-test.yml @@ -1,4 +1,6 @@ name: Android Test +permissions: + contents: read on: schedule: