From 72f3aadd9e85c66ecc77a09c40cab3ced22b9937 Mon Sep 17 00:00:00 2001 From: Vasilije <8619304+Vasilije1990@users.noreply.github.com> Date: Wed, 25 Jun 2025 09:27:16 +0200 Subject: [PATCH] Potential fix for code scanning alert no. 102: Workflow does not contain permissions Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com> --- .github/workflows/examples_tests.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/examples_tests.yml b/.github/workflows/examples_tests.yml index 370b79ad2..25d344740 100644 --- a/.github/workflows/examples_tests.yml +++ b/.github/workflows/examples_tests.yml @@ -3,6 +3,9 @@ name: Reusable Examples Tests on: workflow_call: +permissions: + contents: read + jobs: test-multimedia-example: name: Run Multimedia Example