From 36a425a8dbb7b30744154cf3ee0c6465021f0c8a Mon Sep 17 00:00:00 2001 From: Adam Eijdenberg Date: Mon, 4 Aug 2025 09:26:05 +1000 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 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 3499270..5502ec9 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -2,6 +2,8 @@ # For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-go name: Go +permissions: + contents: read on: push: