From a041aea57fd6d88545ad27e1b90f6076f091a6f2 Mon Sep 17 00:00:00 2001 From: Jacob Baines <113205286+j-baines@users.noreply.github.com> Date: Mon, 9 Jun 2025 06:54:58 -0400 Subject: [PATCH] Potential fix for code scanning alert no. 17: 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 798fd83..c0b9785 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -3,6 +3,9 @@ name: Go +permissions: + contents: read + on: push: branches: [ "main" ]