From 347d530ae042f6cfb4ee792ad4f2c0b155c47573 Mon Sep 17 00:00:00 2001 From: Ravi Kumar Gubbala <60345260+RaviKumarGubbala@users.noreply.github.com> Date: Thu, 11 Dec 2025 14:38:20 +0530 Subject: [PATCH] Potential fix for code scanning alert no. 10: Workflow does not contain permissions Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com> --- .github/workflows/validate-action-typings.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/validate-action-typings.yml b/.github/workflows/validate-action-typings.yml index 1eb0f1c2d..b4ecd9773 100644 --- a/.github/workflows/validate-action-typings.yml +++ b/.github/workflows/validate-action-typings.yml @@ -9,6 +9,8 @@ on: jobs: validate-typings: + permissions: + contents: read runs-on: "ubuntu-latest" steps: - uses: actions/checkout@v4