From ce4b80cfeda7cfdc0334c1e4f321db88532d682d Mon Sep 17 00:00:00 2001 From: Doctor Vince Date: Mon, 23 Jun 2025 17:13:59 -0400 Subject: [PATCH] Potential fix for code scanning alert no. 1: Workflow does not contain permissions Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com> --- .github/workflows/actions.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/actions.yaml b/.github/workflows/actions.yaml index 47c9044..1aa4898 100644 --- a/.github/workflows/actions.yaml +++ b/.github/workflows/actions.yaml @@ -5,6 +5,9 @@ on: branches: [ master ] workflow_dispatch: +permissions: + contents: read + jobs: test: runs-on: ubuntu-latest