From 8ea908f323ba51404b151cf2140de53fb212c88d Mon Sep 17 00:00:00 2001 From: Dhruv Nair Date: Mon, 9 Mar 2026 17:51:42 +0530 Subject: [PATCH] [CI] Add Workflow permissions to PR tests (#13233) [CI] Add workflow permissions to PR tests Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com> --- .github/workflows/pr_tests.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/pr_tests.yml b/.github/workflows/pr_tests.yml index 3e69dfd05e..02dee7d541 100644 --- a/.github/workflows/pr_tests.yml +++ b/.github/workflows/pr_tests.yml @@ -16,6 +16,9 @@ on: branches: - ci-* +permissions: + contents: read + concurrency: group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }} cancel-in-progress: true