From 23ea1c1659fdc82602075fe0851ea1d37461896e Mon Sep 17 00:00:00 2001 From: Igor Ilic <30923996+dexters1@users.noreply.github.com> Date: Wed, 27 Aug 2025 06:42:30 -0400 Subject: [PATCH] Potential fix for code scanning alert no. 187: Workflow does not contain permissions Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com> --- .github/workflows/test_different_operating_systems.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/test_different_operating_systems.yml b/.github/workflows/test_different_operating_systems.yml index 9462897f8..aff177ac2 100644 --- a/.github/workflows/test_different_operating_systems.yml +++ b/.github/workflows/test_different_operating_systems.yml @@ -1,3 +1,5 @@ +permissions: + contents: read name: Tests to run on different Operating Systems on: