From 794b05bf13bfcb26d0e460651b1bbe32ee5ec290 Mon Sep 17 00:00:00 2001 From: Alexander Sullivan Date: Fri, 22 Aug 2025 21:53:09 -0400 Subject: [PATCH] Potential fix for code scanning alert no. 62: Workflow does not contain permissions Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com> --- .github/workflows/code-qa.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/code-qa.yaml b/.github/workflows/code-qa.yaml index 9131ac2..1a66fac 100644 --- a/.github/workflows/code-qa.yaml +++ b/.github/workflows/code-qa.yaml @@ -2,6 +2,8 @@ # For more information see: https://help.github.com/actions/language-and-framework-guides/using-nodejs-with-github-actions name: Code Quality Assurance +permissions: + contents: read on: push: