From 6af68f9c8738bfc10314001dce483960918a6642 Mon Sep 17 00:00:00 2001 From: Yury Pikhtarev Date: Mon, 23 Jun 2025 19:36:17 +0400 Subject: [PATCH] Potential fix for code scanning alert no. 595: Workflow does not contain permissions Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com> --- .github/workflows/tests.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 648719ce0..7857d07a3 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -10,6 +10,9 @@ on: - develop - main +permissions: + contents: read + jobs: ci: runs-on: ubuntu-latest