From df3d1a57d5879f89f04abeddc3db70ff22e12746 Mon Sep 17 00:00:00 2001 From: Aleksandar Karastoyanov Date: Sun, 7 Sep 2025 11:18:41 +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/django-tests.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/django-tests.yaml b/.github/workflows/django-tests.yaml index b7fbe70..7860486 100644 --- a/.github/workflows/django-tests.yaml +++ b/.github/workflows/django-tests.yaml @@ -1,4 +1,6 @@ name: Django Tests +permissions: + contents: read on: pull_request: