From 1371a2c156b9f59664e5983e6388367c5c451c72 Mon Sep 17 00:00:00 2001 From: Chintan Rathod Date: Thu, 8 May 2025 11:12:33 -0400 Subject: [PATCH] Potential fix for code scanning alert no. 2: Workflow does not contain permissions Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com> --- .github/workflows/pr-checks.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/pr-checks.yml b/.github/workflows/pr-checks.yml index 24eecfe..a1237ab 100644 --- a/.github/workflows/pr-checks.yml +++ b/.github/workflows/pr-checks.yml @@ -6,6 +6,9 @@ on: merge_group: branches: [ main, master ] +permissions: + contents: read + jobs: quality: name: Quality Checks