From 434c2ce6ff3703df3c4de5368e9e3c010c063672 Mon Sep 17 00:00:00 2001 From: Peter Gill Date: Thu, 19 Mar 2026 09:44:14 -0230 Subject: [PATCH] Potential fix for code scanning alert no. 8: Workflow does not contain permissions Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com> --- .github/workflows/test-report.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/test-report.yml b/.github/workflows/test-report.yml index 2e4a2e8..c23bb4c 100644 --- a/.github/workflows/test-report.yml +++ b/.github/workflows/test-report.yml @@ -4,6 +4,10 @@ on: workflows: [".NET"] # runs after .NET workflow types: - completed +permissions: + contents: read + actions: read + checks: write jobs: report: runs-on: ubuntu-latest