From 82afdef484bbfcc38cea50a326ab72bd3052db06 Mon Sep 17 00:00:00 2001 From: Igor Ilic <30923996+dexters1@users.noreply.github.com> Date: Fri, 12 Sep 2025 07:27:31 -0400 Subject: [PATCH] Potential fix for code scanning alert no. 227: 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_llms.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/test_llms.yml b/.github/workflows/test_llms.yml index b70b2e5ed..77ee4e2e7 100644 --- a/.github/workflows/test_llms.yml +++ b/.github/workflows/test_llms.yml @@ -1,5 +1,8 @@ name: LLM Test Suites +permissions: + contents: read + on: workflow_call: