From df1f488576348bbd61a58764baeb11119e3acc1c Mon Sep 17 00:00:00 2001 From: Collin Barrett Date: Wed, 28 May 2025 20:18:49 -0500 Subject: [PATCH] Potential fix for code scanning alert no. 4: Workflow does not contain permissions Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com> --- .github/workflows/web.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/web.yml b/.github/workflows/web.yml index 4cb29acb6..63b4722dd 100644 --- a/.github/workflows/web.yml +++ b/.github/workflows/web.yml @@ -79,6 +79,10 @@ jobs: runs-on: ubuntu-latest + permissions: + contents: read + id-token: write + if: github.event_name == 'push' environment: