From 8d7d515bc6c77fe88ae0efdf5722ced16ebaf1e3 Mon Sep 17 00:00:00 2001 From: DaTi_Co Date: Fri, 13 Mar 2026 15:10:28 +0400 Subject: [PATCH] Potential fix for code scanning alert no. 17: Workflow does not contain permissions Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com> --- .github/workflows/python-app.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/python-app.yml b/.github/workflows/python-app.yml index f39dcb4..2f7e0c1 100644 --- a/.github/workflows/python-app.yml +++ b/.github/workflows/python-app.yml @@ -3,6 +3,9 @@ name: Python application +permissions: + contents: read + on: push: branches: [ main ]