From ed4bcc8179a796db2e2f2dd56ba3c9a8bf5d4a7a Mon Sep 17 00:00:00 2001 From: Peter Gill Date: Thu, 19 Mar 2026 09:57:59 -0230 Subject: [PATCH] Potential fix for code scanning alert no. 5: Workflow does not contain permissions Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com> --- .github/workflows/report-tests.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/report-tests.yml b/.github/workflows/report-tests.yml index 2e4a2e8..3e3227b 100644 --- a/.github/workflows/report-tests.yml +++ b/.github/workflows/report-tests.yml @@ -6,6 +6,9 @@ on: - completed jobs: report: + permissions: + contents: read + checks: write runs-on: ubuntu-latest steps: - uses: dorny/test-reporter@v2