From 26bcf859908d2e973c1cacf9a524a187b90e551a Mon Sep 17 00:00:00 2001 From: Mardav Wala Date: Thu, 14 Aug 2025 18:46:10 -0400 Subject: [PATCH] Potential fix for code scanning alert no. 5: Workflow does not contain permissions Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com> --- .github/workflows/licensed.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/licensed.yml b/.github/workflows/licensed.yml index 1fd5309..30bf2c5 100644 --- a/.github/workflows/licensed.yml +++ b/.github/workflows/licensed.yml @@ -1,3 +1,5 @@ +permissions: + contents: read name: Licensed on: