From 72202a49c616a8878fb0d3ec540d259382745268 Mon Sep 17 00:00:00 2001 From: Jeff Babb Date: Wed, 21 May 2025 16:44:37 -0600 Subject: [PATCH] Potential fix for code scanning alert no. 3: Workflow does not contain permissions Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com> --- .github/workflows/pullRequestChecks.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/pullRequestChecks.yml b/.github/workflows/pullRequestChecks.yml index ddb0c3b..cc1799c 100644 --- a/.github/workflows/pullRequestChecks.yml +++ b/.github/workflows/pullRequestChecks.yml @@ -1,5 +1,7 @@ name: CodeChecks on: [pull_request] +permissions: + contents: read jobs: lint: runs-on: ubuntu-22.04