From fa1779d2252d832d306c0ff8ed358af6880c8844 Mon Sep 17 00:00:00 2001 From: Lawrence Lucas Large <162439255+LukeLarge@users.noreply.github.com> Date: Sat, 13 Dec 2025 11:02:06 -0600 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/go.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index d9e3790..f6c7f05 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -1,5 +1,8 @@ name: Go +permissions: + contents: read + on: push: branches: [ "master" ]