From c2256f2a113c409f4b78b162f1394d96b3617027 Mon Sep 17 00:00:00 2001 From: Adil Hafeez Date: Thu, 29 May 2025 11:31:54 -0700 Subject: [PATCH] Potential fix for code scanning alert no. 18: Workflow does not contain permissions Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com> --- .github/workflows/e2e_test_preference_based_routing.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/e2e_test_preference_based_routing.yml b/.github/workflows/e2e_test_preference_based_routing.yml index 48aaffcc..4602f09c 100644 --- a/.github/workflows/e2e_test_preference_based_routing.yml +++ b/.github/workflows/e2e_test_preference_based_routing.yml @@ -1,5 +1,8 @@ name: e2e demo preference based routing tests +permissions: + contents: read + on: push: branches: